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) {