We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#include <fmt/format.h> #include <fmt/ostream.h> #include <iostream> int main() { fmt::print(std::cout, "{:d}", "not a number"); }
Simply throws format_error at runtime even when compiled with -std=c++2a or FMT_STRING is used.
format_error
FMT_STRING
The text was updated successfully, but these errors were encountered:
Fix fmtlib#2817: add compile-time checking to ostream overloads of fm…
bd75e24
…t::print
acd2ceb
17ba99c
No branches or pull requests
Simply throws
format_error
at runtime even when compiled with -std=c++2a orFMT_STRING
is used.The text was updated successfully, but these errors were encountered: