fmt/include
torsten48 b54093c658
avoid MSC warning C4702: unreachable code (#4822)
if FMT_CONSTEXPR is resolved to constexpr MSC warns about dead code
after 'return' instruction. Explicitly using 'else' in these cases
avoids the warning.
2026-07-03 10:39:09 -07:00
..
fmt avoid MSC warning C4702: unreachable code (#4822) 2026-07-03 10:39:09 -07:00