diff --git a/include/formatxx/format.h b/include/formatxx/format.h index 76b0db6..3e30664 100644 --- a/include/formatxx/format.h +++ b/include/formatxx/format.h @@ -35,7 +35,7 @@ #include #if !defined(FORMATXX_USE_BUILTIN_STRLEN) -# if (defined(_MSC) && _MSC >= 1700) || (defined(__clang__) || __clang__ >= 4) || (defined __GNUC__ && __GNUC__ >= 5) +# if defined(_MSC) && _MSC >= 1700 # define FORMATXX_USE_BUILTIN_STRLEN # endif #endif