1
0
mirror of https://github.com/microsoft/GSL.git synced 2025-04-26 02:45:32 -04:00

Fixed - a mismatched pragma.

This commit is contained in:
Neil MacIntosh 2016-08-02 16:22:18 -07:00
parent 0535138459
commit ebce4920d6

@ -2221,10 +2221,13 @@ general_span_iterator<Span> operator+(typename general_span_iterator<Span>::diff
#undef noexcept
#ifdef _MSC_VER
#pragma warning(pop)
#pragma pop_macro("noexcept")
#endif
#endif // GSL_THROW_ON_CONTRACT_VIOLATION
#ifdef _MSC_VER
#pragma warning(pop)
#endif
#endif // GSL_SPAN_H