fmt icon indicating copy to clipboard operation
fmt copied to clipboard

A modern formatting library

Results 76 fmt issues
Sort by recently updated
recently updated
newest added

``` bash-5.2$ make Executing workflow step 1 of 4: configure preset "dev" Preset CMake variables: CMAKE_BUILD_TYPE="Debug" CMAKE_CXX_EXTENSIONS="ON" CMAKE_CXX_FLAGS="-fstack-protector-strong -Wall -Wextra -Wpedantic -Wno-conversion -Wno-sign-conversion -Wcast-qual -Wformat=2 -Wundef -Wfloat-equal -Wshadow -Wcast-align -Wunused...

It seems to me, the code is a _bad mixture_ between std c++ std code and a c++20 `CXX_MODULE`? - How may/shall I import the `fmt module` in my own...

Note: on release fmtlib 11.02 this was *only* occurring on the MINGW64 msys2 environment , not on MINGW32 nor on UCRT64 nor on CLANG64, and the warning was quite different....

The following code only contains float/double to decimal and does not contain decimal to string. Algorithm source code and demonstration link : https://onlinegdb.com/OPKdOpikG This algorithm is based on the schubfach...

The default FP presentation (formatting of the significand and exponent after they are produced by Dragonbox) can be slightly optimized, possibly using some ideas from `jkj::dragonbox::detail::to_chars`: https://github.com/fmtlib/fmt/issues/3675#issuecomment-3172953795.

Tested on mkdocs 1.6.1 + mkdocstrings 1.0.0 + Python 3.14.0. Ruff check target = py3.8