-
Once all C++20 compilers support this.
https://en.cppreference.com/w/cpp/utility/format
-
Hi, I have a strange compiler error when printing a path in a tuple with join.
The error does not occur if I format the path somewhere before (so I have a workaround)
This error pops up for msvc, ms…
-
## Abstract
Support a more readable and consistent error reporting. Whiskers came up as a reference.
## Motivation
Came out of https://github.com/ethereum/solidity/pull/8103.
## Specificat…
-
Out of bounds seems worth reporting even though it is just a warning...
This is with fmt checkout 75f3b1c09485986427b8a46272f6b9570366e1aa
Trivial code:
```
#include
#include
int main()
{…
-
In https://fmt.dev/latest/api.html#argument-lists the docs state "You can create your own formatting function with compile-time checks and small binary footprint" and provide an example.
I tried pu…
-
```
[root@VM-0-5-centos Python]# sudo python2.7 setup.py install
Cython version: 0.29.33
version written to file: /root/PythonCoolpropWapper/include/cpversion.h
version written to hidden file: /r…
-
A compilation error was exposed on the gcc(6.3.0) compiler like this:
```bash
/home/work/mediaflow-workspace/bitmain/spdlog/include/spdlog/fmt/bundled/format-inl.h:1472:39: required from here
/ho…
-
I took the example from here: https://fmt.dev/latest/api.html#argument-lists and got it compiling with compiler explorer.
Unfortunately, it seems that compile time checking is not working properly wi…
-
### Priority
High
### Area
- [ ] Datapack
- [ ] Source
- [ ] Map
- [ ] Other
### What happened?
This error crashed server and duplicated item from depo box to inbox container
### What OS are yo…
-
Hi,
I am using fmt format on a micro controller project. I am noticing a pretty heave impact on the stack usage. I made a small example to make clear what I am observing. I create an app which runs…