HowardHinnant / date

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

date_test_pass_parse_test fails with gcc (Debian 10.2.1-6) 10.2.1 20210110 #802

Closed ZMZ91 closed 9 months ago

ZMZ91 commented 9 months ago
HowardHinnant commented 9 months ago

https://github.com/HowardHinnant/date/blob/master/test/date_test/parse.pass.cpp#L48-L49

        // this may fail with libstdc++, see https://github.com/HowardHinnant/date/issues/388
        // possible workaround: compile date.h with -DONLY_C_LOCALE=1