Hello, Good news, with libc++, this code compiles:
$ cat foo2.cpp
#include <chrono>
int main() { }
$ clang++ -stdlib=libc++ -o plop foo2.cpp && echo $?
0
libc++ is currently in NEW.
Sylvestre
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

