mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Correct define to undef in string_span.h.
This commit is contained in:
parent
d38e621201
commit
fc5fce4f4f
@ -902,7 +902,7 @@ bool operator>=(const T& one, gsl::basic_string_span<CharT, Extent> other) noexc
|
|||||||
|
|
||||||
#undef GSL_MSVC_HAS_TYPE_DEDUCTION_BUG
|
#undef GSL_MSVC_HAS_TYPE_DEDUCTION_BUG
|
||||||
#undef GSL_MSVC_HAS_SFINAE_SUBSTITUTION_ICE
|
#undef GSL_MSVC_HAS_SFINAE_SUBSTITUTION_ICE
|
||||||
#define GSL_MSVC_NO_CPP14_STD_EQUAL
|
#undef GSL_MSVC_NO_CPP14_STD_EQUAL
|
||||||
#undef GSL_MSVC_NO_DEFAULT_MOVE_CTOR
|
#undef GSL_MSVC_NO_DEFAULT_MOVE_CTOR
|
||||||
|
|
||||||
#endif // _MSC_VER <= 1800
|
#endif // _MSC_VER <= 1800
|
||||||
|
Loading…
Reference in New Issue
Block a user