Re: clang++'s (c++17) support

2019-07-24 Thread Kenneth F. Cunningham
This might be the change that gets us installing a new version of libc++ for more systems... There are different versions of libc++ -- I'm not certain if the newly built versions are fully compatible with old versions. If not, and we replace the old system one with the new one, a mess will

clang++'s (c++17) support

2019-07-24 Thread Eric A. Borisch
Good afternoon, clang++ 8 has (and has since 5, with small changes) c++17 support for , but it relies on libc++fs, which neither the current clang-8.0 port (LIBCXX_INSTALL_LIBRARY=off) nor libcxx provide (even on old systems that utilize it). Starting with 9, this will become part of libc++ if