diff --git a/include/gsl/gsl_byte b/include/gsl/gsl_byte index d854e40..6c05dd4 100644 --- a/include/gsl/gsl_byte +++ b/include/gsl/gsl_byte @@ -31,7 +31,7 @@ #if _MSC_VER <= 1800 // constexpr is not understood #pragma push_macro("constexpr") - #define constexpr inline + #define constexpr /*constexpr*/ // noexcept is not understood #pragma push_macro("noexcept")