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
In C++23 it's possible to use the s formatter to format char ranges as strings
s
p2286r8
Trying to do the same with libfmt results in an "invalid format specifier" error
https://flux.godbolt.org/z/nacKGTfM7
The text was updated successfully, but these errors were encountered:
The s format specifier for ranges is not supported yet.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
In C++23 it's possible to use the
s
formatter to format char ranges as stringsp2286r8
Trying to do the same with libfmt results in an "invalid format specifier" error
https://flux.godbolt.org/z/nacKGTfM7
The text was updated successfully, but these errors were encountered: