mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-09 00:26:07 +01:00
* 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 * Use detail::const_check * Review: revert else condition --------- Co-authored-by: Hans-Martin B. Jensen <haje@eposaudio.com>