From 4610f26b33525ad17153b8dc5d754cf254fa33c6 Mon Sep 17 00:00:00 2001 From: "Jordan Maples [MSFT]" <49793787+JordanMaples@users.noreply.github.com> Date: Fri, 15 Nov 2019 12:43:33 -0800 Subject: forgot comment --- include/gsl/pointers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gsl/pointers b/include/gsl/pointers index 2520f9e..f1c831e 100644 --- a/include/gsl/pointers +++ b/include/gsl/pointers @@ -124,7 +124,7 @@ private: template not_null(T ptr) -> not_null; -#endif (defined(__cplusplus) && (__cplusplus >= 201703L)) +#endif // (defined(__cplusplus) && (__cplusplus >= 201703L)) template auto make_not_null(T&& t) { -- cgit v1.2.3