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)