diff --git a/include/gsl/pointers b/include/gsl/pointers index 2a032ab..282229f 100644 --- a/include/gsl/pointers +++ b/include/gsl/pointers @@ -231,6 +231,7 @@ template not_null operator+(std::ptrdiff_t, const not_null&) = delete; +// T is conceptually a pointer so we don't have to worry about it being a reference and violating std::hash requirements template >::value> struct not_null_hash {