fmt/include
Hans-Martin B. Jensen 7ebe2adfca Fix MSVC warning in std::chrono::time_point formatter
The condition is constexpr causing MSVC level 4 warning:
warning C4127: conditional expression is constant

Changed the code to eliminate the warning
2023-06-02 14:32:57 +02:00
..
fmt Fix MSVC warning in std::chrono::time_point formatter 2023-06-02 14:32:57 +02:00