Re: Clang with libc++ doesn't find quuick_exit()

2012-08-10 Thread 文鳥
On Fri, 10 Aug 2012 02:21:28 +0400 Артем Зуйков wrote: > Hi, > > I can't build anything with clang & libc++ > What am I doing wrong? > > > > clang++ -stdlib=libc++ test1.cpp -o x > In file included from test1.cpp:1: > /usr/include/c++/v1/cstdlib:134:9: error: no member named > 'at_quick_exit'

Clang with libc++ doesn't find quuick_exit()

2012-08-09 Thread Артем Зуйков
Hi, I can't build anything with clang & libc++ What am I doing wrong? > clang++ -stdlib=libc++ test1.cpp -o x In file included from test1.cpp:1: /usr/include/c++/v1/cstdlib:134:9: error: no member named 'at_quick_exit' in the global namespace using ::at_quick_exit; ~~^ /usr/include/c++/v1/cstdli