-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
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
fmt/std.h happy with c++20, unhappy with c++23 #3854
Comments
There is missing |
prlw1
added a commit
to prlw1/fmt
that referenced
this issue
Feb 17, 2024
Add ::value to is_formattable<...> as per suggestion by @vitaut in fmtlib#3854
Merged
prlw1
added a commit
to prlw1/fmt
that referenced
this issue
Feb 19, 2024
Add ::value to is_formattable<...> as per suggestion by @vitaut in fmtlib#3854
vitaut
pushed a commit
that referenced
this issue
Feb 19, 2024
happymonkey1
pushed a commit
to happymonkey1/fmt
that referenced
this issue
Apr 7, 2024
Add ::value to is_formattable<...> as per suggestion by @vitaut in fmtlib#3854
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I compile
with g++ 14.0.1, with -std=c++20, all is well. If I use -std=c++23, I see
(fmt head 8e42eef)
The text was updated successfully, but these errors were encountered: