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 9, 2023
1 parent 3a68858 commit 81b4e87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/spdlog/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,6 @@ constexpr std::basic_string_view<T> to_string_view(std::basic_format_string<T, A
}
#endif

// make_unique support for pre c++14


// to avoid useless casts (see https://github.com/nlohmann/json/issues/2893#issuecomment-889152324)
template<typename T, typename U, std::enable_if_t<!std::is_same<T, U>::value, int> = 0>
Expand Down

0 comments on commit 81b4e87

Please sign in to comment.