#826 Build fix for ambiguity with >= libc++ 17

This commit is contained in:
Martin Zink
2024-05-08 17:15:38 +02:00
committed by Howard Hinnant
parent 6b1c1b8b3a
commit 8a93211679
23 changed files with 127 additions and 106 deletions
+1
View File
@@ -83,6 +83,7 @@ int
main()
{
using namespace iso_week;
using iso_week::year;
static_assert(year{2015} == 2015_y, "");
static_assert(int{year{2015}} == 2015, "");