Date: Sun, 14 Apr 2013 13:26:17 +0930 From: Shane Ambler <FreeBSD@ShaneWare.Biz> To: Jason Lenthe <lenthe@comcast.net> Cc: David Demelier <demelier.david@gmail.com>, FreeBSD <freebsd-questions@freebsd.org> Subject: Re: C++ headers Message-ID: <516A28E1.5060306@ShaneWare.Biz> In-Reply-To: <51694C7A.2070004@comcast.net> References: <1577003.5UONfdckvH@melon> <51694C7A.2070004@comcast.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 13/04/2013 21:45, Jason Lenthe wrote: >> Is it possible to get C++11 support on FreeBSD? Currently the 9.1-RELEASE has >> some compiler C++11 capable but the /usr/include/c++ headers lacks some c++11 >> features (and missing headers). >> >> Is there any port of c++11 available? > > There sure is. Just get the latest version of gcc or clang from the > ports collection. The new C++11 libs are planned to be part of 10.0 base install You can build 9.1 with the new libs by adding WITH_LIBCPLUSPLUS=yes to your src.conf before building world. Which needs to be built with clang. For more info see https://wiki.freebsd.org/NewC++Stack
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?516A28E1.5060306>