2 Feb
2021
2 Feb
'21
4:40 p.m.
Andrey Semashev вроте:
I suspect, Mac OS (more precisely, its linker) is the crucial part, not libc++. clang+libc++ on Linux is relatively well tested (or at least used to be, when Travis was more usable), but Mac OS is less tested because of slow turnaround.
Nope. libc++ on Linux also fails. Apparently, libstdc++ masks the error because it uses strcmp (even for g++ 4.4 which is the earliest I test on Travis.)