Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix MSVC warning in std::chrono::time_point formatter (#3475)
* 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 <[email protected]>
- Loading branch information