Using the new C++11 stack on 9.1

2012-12-31 Thread Marcus Karlsson
Hello. I was very happy when I received the 9.1 announcement in my mailbox, especially when I read about the inclusion of the new C++11 stack including LLVM libc++ and libcxxrt. So I decided to test it on a 9.1 system: clang++ foo.cc -stdlib=libc++ However, the compilation fails:

Re: Using the new C++11 stack on 9.1

2012-12-31 Thread Herbert J. Skuhra
On Mon, 31 Dec 2012 11:39:27 +0100 Marcus Karlsson m...@acc.umu.se wrote: Hello. I was very happy when I received the 9.1 announcement in my mailbox, especially when I read about the inclusion of the new C++11 stack including LLVM libc++ and libcxxrt. So I decided to test it on a 9.1