mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
12 lines
173 B
Plaintext
12 lines
173 B
Plaintext
|
#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
|