HowardHinnant / date

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

Build failure due to ambiguity with >= libc++ 17 #826

Closed martinzink closed 1 month ago

martinzink commented 1 month ago

Libc++17 implemented a bunch of date related classes and functions into std::chrono Its common to see both using std::chrono and using std::date (especially in tests) which causes a build errors due to ambiguity.