Login  Register

Re: no member named 'unique_ptr' in namespace 'std'

Posted by dreylago on Sep 23, 2015; 2:25am
URL: https://forum.librecad.org/no-member-named-unique-ptr-in-namespace-std-tp5712294p5712304.html

$ g++ -v
Using built-in specs.
COLLECT_GCC=g++
Target: x86_64-apple-darwin13.4.0
Configured with: ../configure --build=x86_64-apple-darwin13.4.0 --prefix=/usr/local/Cellar/gcc48/4.8.4 --libdir=/usr/local/Cellar/gcc48/4.8.4/lib/gcc/4.8 --enable-languages=c,c++,objc,obj-c++ --program-suffix=-4.8 --with-gmp=/usr/local/opt/gmp4 --with-mpfr=/usr/local/opt/mpfr2 --with-mpc=/usr/local/opt/libmpc08 --with-cloog=/usr/local/opt/cloog018 --with-isl=/usr/local/opt/isl011 --with-system-zlib --enable-libstdcxx-time=yes --enable-stage1-checking --enable-checking=release --enable-lto --disable-werror --with-pkgversion='Homebrew gcc48 4.8.4' --with-bugurl=https://github.com/Homebrew/homebrew-versions/issues --enable-plugin --disable-nls --enable-multilib
Thread model: posix
gcc version 4.8.4 (Homebrew gcc48 4.8.4)




I am also confused by this... as the flags and version seem correct.