mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-27 06:35:37 +00:00
40638a75b3
The `operator()` member function of `std::is_same` was added in C++14. For C++11, the `::value` needs to be used instead.