-
**Description**
We have a codebase whose data structures can be printed via custom [fmtlib](https://github.com/fmtlib/fmt) formatters. It'd be great if Catch could detect these formatters automatical…
-
### Issue Type
Build/Install
### Modules Involved
Others
### Have you reproduced the bug with SPU HEAD?
Yes
### Have you searched existing issues?
Yes
### SPU Version
spu 0.9.2b0
### OS Plat…
-
"3.1.67" version compiles fine. But "3.1.68" fails to compile fmtlib/fmt library.
The main error seems to be that the iterator arithmetic is not constant expression
```
'parse_replacement_field…
-
It has a memory leak.
I'm using updated (no) version of[ the lib with updated fmtlib](https://github.com/MengRao/fmtlog/pull/83). I believe it's fmtlog issue but I don't have time to investigate it
…
-
### Is your feature request related to a problem? Please describe.
Hi, I have a small test project built on Windows with MSVC, with fmt 11.0.2#1 installed through vcpkg.
My test project uses the `/s…
-
I am the maintainer of vcpkg. The last version of plibsys 0.0.4 was released in 2018. I found that you have always had commit records. Do you have any plans to release a new version in the near future…
-
This is for 6.0.
See https://github.com/tesseract-ocr/tesseract/pull/3684#issuecomment-999690035
Use std::format when the used STL supports it, fallback to [fmtlib](https://github.com/fmtlib/fmt…
-
**Problem Description**
Since `` has been superseeded in C++20/23 as the preferred stringification/formatting API, I would like to use either fmtlib or `std::format` to format error messages/log ou…
-
Continued implementation of https://github.com/fmtlib/fmt for better string building readability.
Should also make some of the custom string functions redundant.
Help is appreciated since there is…
-
Has some nice perf wins and can maybe coalesce the via Print %z specifier into it with the custom types support: https://github.com/fmtlib/fmt