mirror of
https://github.com/microsoft/GSL.git
synced 2025-03-12 22:28:06 -04:00
Fixed #308 - a mismatched pragma.
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user