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
I assume it's the same problem with #1715, so feel free to close this if it's a duplicate
std::string str = fmt::format(FMT_COMPILE("{:>{}}"), "Whoops", 15); fmt::print("Wow: {}\n", str);
Results in a runtime exception
terminate called after throwing an instance of 'fmt::v7::format_error' what(): width is not integer
The text was updated successfully, but these errors were encountered:
Add dynamic width support to FMT_COMPILE (#1809)
4d2e496
f1df368
54daa08
Dynamic width wasn't implemented in FMT_COMPILE but it is as of 54daa08.
FMT_COMPILE
Sorry, something went wrong.
Thank you <3
Have a lovely day!
No branches or pull requests
I assume it's the same problem with #1715, so feel free to close this if it's a duplicate
Results in a runtime exception
The text was updated successfully, but these errors were encountered: