From 6360dd1e7560af8f53545a13c149a45b1cae2aa1 Mon Sep 17 00:00:00 2001 From: Casey Carter Date: Sat, 11 Feb 2017 17:38:59 -0800 Subject: [PATCH] Revert change to the definition of constexpr macro in gsl_byte from #446 (#450) --- include/gsl/gsl_byte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")