Correct define to undef in string_span.h.

This commit is contained in:
Neil MacIntosh 2016-01-05 22:04:00 -08:00
parent d38e621201
commit fc5fce4f4f

View File

@ -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_SFINAE_SUBSTITUTION_ICE
#define GSL_MSVC_NO_CPP14_STD_EQUAL
#undef GSL_MSVC_NO_CPP14_STD_EQUAL
#undef GSL_MSVC_NO_DEFAULT_MOVE_CTOR
#endif // _MSC_VER <= 1800