aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Maples [MSFT] <49793787+JordanMaples@users.noreply.github.com>2019-11-15 12:43:33 -0800
committerJordan Maples [MSFT] <49793787+JordanMaples@users.noreply.github.com>2019-11-15 12:43:33 -0800
commit4610f26b33525ad17153b8dc5d754cf254fa33c6 (patch)
treeb3c755c8b98b049c672da63161c46ae8c33872f8
parentd0e5daf4412e90674866a09951457865c3fa8209 (diff)
downloadplatform_external_Microsoft-GSL-4610f26b33525ad17153b8dc5d754cf254fa33c6.tar.gz
platform_external_Microsoft-GSL-4610f26b33525ad17153b8dc5d754cf254fa33c6.tar.bz2
platform_external_Microsoft-GSL-4610f26b33525ad17153b8dc5d754cf254fa33c6.zip
forgot comment
-rw-r--r--include/gsl/pointers2
1 files changed, 1 insertions, 1 deletions
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 <class T>
not_null(T ptr) -> not_null<T>;
-#endif (defined(__cplusplus) && (__cplusplus >= 201703L))
+#endif // (defined(__cplusplus) && (__cplusplus >= 201703L))
template <class T>
auto make_not_null(T&& t) {