diff --git a/ChangeLog.rst b/ChangeLog.rst index 966d039f..b50c84a5 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -19,7 +19,7 @@ return result; } - constexpr auto answer = compile_time_itoa(0.42); + constexpr auto answer = compile_time_dtoa(0.42); works with the default settings.