From f4afd81ce6cbe0c936e02cbb32fc37feed874dce Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Mon, 25 Sep 2023 03:07:15 +0300 Subject: [PATCH] Update common.h --- include/spdlog/common.h | 1 - 1 file changed, 1 deletion(-) 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;