diff --git a/include/CLI/Macros.hpp b/include/CLI/Macros.hpp index d5c76d6..5c0464c 100644 --- a/include/CLI/Macros.hpp +++ b/include/CLI/Macros.hpp @@ -26,7 +26,7 @@ #define CLI11_CPP14 #if _MSVC_LANG > 201402L && _MSC_VER >= 1910 #define CLI11_CPP17 -#if __MSVC_LANG > 201703L && _MSC_VER >= 1910 +#if _MSVC_LANG > 201703L && _MSC_VER >= 1910 #define CLI11_CPP20 #endif #endif