fmtlib / fmt

A modern formatting library
https://fmt.dev
Other
20.79k stars 2.5k forks source link

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

Closed Epixu closed 2 years ago

Epixu commented 2 years ago

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 commented 2 years ago

Fixed in #3142.