-
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
Warning: msvc 16.10-pre4 clashes with {fmt} #2295
Comments
Thanks for reporting. PRs are welcome =). |
Was resolved and merged with PR #2296 |
Just FYI, MSVC 16.10 preview 3 exhibited this problem too. And there are still (even after PR #2296) some unqualified calls to |
These have already been fixed (at least in core.h): 63271a5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a continuation of #2284, in
preview 4
more clashes are happening.Unlike previously, you are not required to
#include <format>
as the latest STL has started to use its own implementation. Including<chrono>
will now trigger the clash.Example error:
The text was updated successfully, but these errors were encountered: