diff --git a/include/gsl.h b/include/gsl.h index c9fb2d2..b1543bf 100644 --- a/include/gsl.h +++ b/include/gsl.h @@ -120,7 +120,7 @@ public: } template ::value>> - bool operator != (const not_null& rhs) const + bool operator!=(const not_null& rhs) const { return !(*this == rhs.get()); }