diff --git a/include/spdlog/common.h b/include/spdlog/common.h index 94823fe6..6dd6311a 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -358,7 +358,6 @@ to_string_view(std::basic_format_string fmt) SPDLOG_NOEXCEPT { #endif // make_unique support for pre c++14 - #if __cplusplus >= 201402L // C++14 and beyond using std::enable_if_t; using std::make_unique;