fmt – Formatting of non-void pointers is disallowed
This code:
How does fmt::format_string work with an implicit constructor?
I’m trying to learn more about compile-time constructs in C++, constexpr
, consteval
, etc. So I was trying to understand how the fmtlib does compile-time validation over the format parameters by using fmt::format_string
.
C++/fmt – fmt::v7::format_error::~format_error() was replaced
This works:
Does libfmt have crazy inconsistent breaking changes from release to release?
If you can think of a better title for this question then please suggest/update, because I am at my wits’ end.
Should std::print be able to print std::vector?
This C++ code using fmt
library runs as expected: