-
In UTF32, a code point is 4 bytes, but fmt only keeps 2 bytes when parsing it into fill:
https://github.com/fmtlib/fmt/blob/cc2ba8f9ede4e5ae3262f43f3e4d07a22a9acdfc/include/fmt/base.h#L800-L825
me…
XZiar updated
1 month ago
-
When compiling Bear 3.1.4 with fmtlib 11.0.2, the build fails with:
```
In file included from Bear-3.1.4/source/citnames/source/semantic/Parsers.cc:20:
Bear-3.1.4/source/citnames/source/semantic/Pa…
-
Hi
The following code produces wrong output on the current master (720da57b): https://godbolt.org/z/x53n1KhcM. I tried g++-14, clang-16, clang-20. Linux current debian testing, glibc 2.40-3 (this h…
-
Hi,
I am trying to build OPM-common (2023.10) on our HPC cluster. I use the following dependencies (all built from source code):
- GCC 8.2.0
- Dune 2.9.0
- OpenMPI 4.1.4
- Zoltan 3.901
- Ope…
-
I was running some generic speed tests for a project between `fmt::format_to_n()` vs `snprintf()` and noticed the time for the same formatting was drastically different (more than 10x difference). Th…
-
## Overview
Hey folks! I've found that the clang interpreter on the latest 19 build cannot link to extern templates definitions. I have verified that this bug also existed in `release/18.x`, so it's …
jeaye updated
4 months ago
-
The following error message is displayed during compilation (output.cpp:104):
```
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.41.34120\include\xutility(1190,54):
error…
ghost updated
1 month ago
-
When using fmtlib/fmt >= 10.0.0 compilation of knxd fails for eibnetserver.cpp with this error:
/var/local/truniger/lede/staging_dir/target-mips_24kc_musl/usr/include/fmt/core.h:1567:7: error: static…
-
I got an error when use spdlog
``` bash
/usr/include/fmt/core.h:430:68: error: converting UCN to execution character set: Invalid or incomplete multibyte or wide character
430 | FMT_MSC_WARNING…
-
When I am trying to build the cloned repo. After all the compilations and exports its failing at specially building for spdlog. I am currently using an ubuntu version 16
**----->
cmake --build _b…