On Wed, 23 May 2012 10:32+0100, David Chisnall wrote:
> You are trying to build C++11 code with a C++98 compiler. If you
> want to build libc++, you must be using clang++. There is a reason
> it's not enabled by default...
Right, my bad.
--
+---+-
On 23 May 2012, at 10:29, Trond Endrestøl wrote:
> CC='gcc'
> something as make buildworld runs smoothly
> without WITH_LIBCPLUSPLUS=yes in /etc/src.conf.
You are trying to build C++11 code with a C++98 compiler. If you want to build
libc++, you must be using clang++. There is a reason it