Re: clang++ and libc++

2017-10-20 Thread Ludovic Courtès
Hi Pjotr, Pjotr Prins skribis: > I need to compile a toolset with clang++ and C++ libs for testing > purposes (I am developing with g++). Now the thing is that C++ libs > and include files don't come with the clang package even though > clang++ works. We don’t have

clang++ and libc++

2017-10-20 Thread Pjotr Prins
Hi, I need to compile a toolset with clang++ and C++ libs for testing purposes (I am developing with g++). Now the thing is that C++ libs and include files don't come with the clang package even though clang++ works. I think we ought to include them, I think. Should I raise it on debbugs? Pj.