Used the correct macro for 'if constexpr'

This commit is contained in:
John Wellbelove 2026-04-02 10:35:49 +01:00
parent 27d284713a
commit bd1def8b41

View File

@ -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)
{