GSL/include/gsl/details/post

12 lines
173 B
Plaintext
Raw Normal View History

#ifdef _MSC_VER
#if _MSC_VER < 1910
#undef constexpr
#pragma pop_macro("constexpr")
#endif // _MSC_VER < 1910
#pragma warning(pop)
#endif // _MSC_VER
#undef GSL_NOEXCEPT