mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05: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…
Reference in New Issue
Block a user