Update common.h

This commit is contained in:
Gabi Melman
2023-09-25 03:07:15 +03:00
committed by GitHub
parent 1a0bfc7a89
commit f4afd81ce6

View File

@@ -358,7 +358,6 @@ to_string_view(std::basic_format_string<T, Args...> 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;