mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
Update common.h
This commit is contained in:
parent
1a0bfc7a89
commit
f4afd81ce6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user