From fc5fce4f4f8d64fbda523d1b0d55115f5ca68774 Mon Sep 17 00:00:00 2001 From: Neil MacIntosh Date: Tue, 5 Jan 2016 22:04:00 -0800 Subject: [PATCH] Correct define to undef in string_span.h. --- include/string_span.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/string_span.h b/include/string_span.h index 5143e84..ecbee7c 100644 --- a/include/string_span.h +++ b/include/string_span.h @@ -902,7 +902,7 @@ bool operator>=(const T& one, gsl::basic_string_span 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