mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Merge pull request #195 from lukhase/master
fixes pragma undef warnings in MSVC2013
This commit is contained in:
commit
e3886084dc
@ -219,7 +219,7 @@ namespace std
|
|||||||
#pragma warning(pop)
|
#pragma warning(pop)
|
||||||
|
|
||||||
#ifndef GSL_THROWS_FOR_TESTING
|
#ifndef GSL_THROWS_FOR_TESTING
|
||||||
#pragma undef noexcept
|
#undef noexcept
|
||||||
#endif // GSL_THROWS_FOR_TESTING
|
#endif // GSL_THROWS_FOR_TESTING
|
||||||
|
|
||||||
#endif // _MSC_VER <= 1800
|
#endif // _MSC_VER <= 1800
|
||||||
|
@ -2038,7 +2038,7 @@ general_span_iterator<Span> operator+(typename general_span_iterator<Span>::diff
|
|||||||
#pragma warning(pop)
|
#pragma warning(pop)
|
||||||
|
|
||||||
#ifndef GSL_THROWS_FOR_TESTING
|
#ifndef GSL_THROWS_FOR_TESTING
|
||||||
#pragma undef noexcept
|
#undef noexcept
|
||||||
#endif // GSL_THROWS_FOR_TESTING
|
#endif // GSL_THROWS_FOR_TESTING
|
||||||
|
|
||||||
#undef GSL_MSVC_HAS_VARIADIC_CTOR_BUG
|
#undef GSL_MSVC_HAS_VARIADIC_CTOR_BUG
|
||||||
|
Loading…
Reference in New Issue
Block a user