scnlib
scnlib copied to clipboard
Added constexpr if
Adds constexpr if
This fixes https://github.com/eliaskosunen/scnlib/issues/60
C++17 is required for constexpr if.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
| Files | Coverage Δ | |
|---|---|---|
| src/locale.cpp | 51.94% <ø> (ø) |
:loudspeaker: Thoughts on this report? Let us know!.
Rebased, signed, squashed, and merged, with modifications. Thank you!