mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
794ba18c02
This helps keep everything in sync and reduces compiler specific stuff on main headers.
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
|