Skip to content
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

Clang-CL warning : declaration of 'Duration' shadows template parameter [-Wmicrosoft-template-shadow] #3140

Closed
Epixu opened this issue Oct 14, 2022 · 1 comment

Comments

@Epixu
Copy link

Epixu commented Oct 14, 2022

I get fmt\chrono.h(2093,46): warning : declaration of 'Duration' shadows template parameter [-Wmicrosoft-template-shadow] when building with latest clang-cl - other compilers don't seem to bother (tested on GNU 11.1.0 and MSVC2022).
As of this commit.

@vitaut
Copy link
Contributor

vitaut commented Oct 14, 2022

Fixed in #3142.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants