-
fmt:
- Allows positional arguments to ease translation (e.g. the string format("Do {0} to {1}", thing1, thing2) could be "translated" as "Do {1} to {0}", to allow different ordering in the sentance
…
-
I build it on my Android phone chroot container
my env:
ubuntu-22.04-arm64
gcc 12.3 g++ 12.3
protoc 3.12.4
libfmt must compile alone,otherwise could not find std.h.
https://github.com/fmtli…
-
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…
-
Hi,
Thanks for working on this great project. I just tried https://github.com/fmtlib/fmt as the project URL on the website at https://se.cs.ubc.ca/CodeShovel/, but the website only displays docs/ a…
-
Change to using a better string formatter – use this perhaps (https://github.com/fmtlib/fmt
) an Implementation of C++20 std::format.
More questions/suggestions, please contact Jim via slack.
ht…
-
```
In file included from jinja2cpp/Jinja2Cpp/src/error_info.cpp:3:
In file included from ./vpn/lib/shared/fmt/include/fmt/format.h:56:
./vpn/lib/shared/fmt/include/fmt/base.h:1389:23: error: no ma…
-
https://github.com/fmtlib/fmt
after #1056 has been merged.
-
We should add support for the fmt library since it advertises a much better performance than iostream.
https://github.com/fmtlib/fmt
-
https://godbolt.org/z/bf5MeK3TW
It's not entirely clear since this issue does not show up if using `fmtlib` `master` branch, but only on the latest 11.0.2 release. However, since 11.0.2 builds fine…
-
Investigate usage of https://github.com/fmtlib/fmt and https://github.com/gabime/spdlog.
lumik updated
5 years ago