mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-09 22:20:06 +00:00
Update changelog
This commit is contained in:
parent
84eecb6561
commit
4e8d215606
@ -5,8 +5,8 @@
|
|||||||
formats. In particular this results in consistent rounding on all platforms
|
formats. In particular this results in consistent rounding on all platforms
|
||||||
and removing the ``s[n]printf`` fallback for decimal FP formatting.
|
and removing the ``s[n]printf`` fallback for decimal FP formatting.
|
||||||
|
|
||||||
* Compile-time floating point formatting now works without header-only mode.
|
* Compile-time floating point formatting no longer requires the header-only
|
||||||
For example (`godbolt <https://godbolt.org/z/G37PTeG3b>`__):
|
mode. For example (`godbolt <https://godbolt.org/z/G37PTeG3b>`__):
|
||||||
|
|
||||||
.. code:: c++
|
.. code:: c++
|
||||||
|
|
||||||
@ -21,6 +21,8 @@
|
|||||||
|
|
||||||
constexpr auto answer = compile_time_itoa(0.42);
|
constexpr auto answer = compile_time_itoa(0.42);
|
||||||
|
|
||||||
|
works with the default settings.
|
||||||
|
|
||||||
* Improved the implementation of
|
* Improved the implementation of
|
||||||
`Dragonbox <https://github.com/jk-jeon/dragonbox>`_, the algorithm used for
|
`Dragonbox <https://github.com/jk-jeon/dragonbox>`_, the algorithm used for
|
||||||
the default floating-point formatting
|
the default floating-point formatting
|
||||||
|
Loading…
Reference in New Issue
Block a user