Skip to content

Commit

Permalink
Update common.h
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime authored Sep 25, 2023
1 parent 1a0bfc7 commit f4afd81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/spdlog/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f4afd81

Please sign in to comment.