From b1baa1f3e56c0ecb56e58fb281dd34eba55240a6 Mon Sep 17 00:00:00 2001 From: Seth Hamilton Date: Thu, 1 Mar 2018 09:38:22 -0500 Subject: [PATCH] now with more define tests --- client_http.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client_http.hpp b/client_http.hpp index cc39eb5..a3cc7dd 100644 --- a/client_http.hpp +++ b/client_http.hpp @@ -30,7 +30,7 @@ namespace SimpleWeb { } // namespace SimpleWeb #endif -#if defined(__has_include) && __has_include() && (__cplusplus >> 201402L || (defined(_MSC_VER) && _MSC_VER >= 1910)) +#if defined(__has_include) && __has_include() && (__cplusplus >= 201402L || (defined(_MSC_VER) && _MSC_VER >= 1910)) #include namespace SimpleWeb { using string_view = std::string_view; } #elif !defined(USE_STANDALONE_ASIO)