Revert change to the definition of constexpr macro in gsl_byte from #446 (#450)

This commit is contained in:
Casey Carter 2017-02-11 17:38:59 -08:00 committed by Neil MacIntosh
parent 4e8f95b418
commit 6360dd1e75

View File

@ -31,7 +31,7 @@
#if _MSC_VER <= 1800 #if _MSC_VER <= 1800
// constexpr is not understood // constexpr is not understood
#pragma push_macro("constexpr") #pragma push_macro("constexpr")
#define constexpr inline #define constexpr /*constexpr*/
// noexcept is not understood // noexcept is not understood
#pragma push_macro("noexcept") #pragma push_macro("noexcept")