HowardHinnant / date

A date and time library based on the C++11/14/17 <chrono> header
Other
3.08k stars 669 forks source link

Fix hh_mm_ss name conflict with C++20 #741

Open conr2d opened 1 year ago

conr2d commented 1 year ago

There is a name conflict between std::chrono::hh_mm_ss and date::hh_mm_ss when building with C++20.