mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Used the correct macro for 'if constexpr'
This commit is contained in:
parent
27d284713a
commit
bd1def8b41
@ -1021,7 +1021,7 @@ namespace etl
|
||||
unsigned_value %= highest_digit;
|
||||
format_digit_char(it, digit, spec);
|
||||
|
||||
if ETL_CONSTEXPR17 (skip_last_zeros)
|
||||
if ETL_IF_CONSTEXPR(skip_last_zeros)
|
||||
{
|
||||
if (unsigned_value == 0)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user