Boost logo

Boost :

Subject: Re: [boost] [filesystem] path noncopyable error with boost 1.55.0 and g++ 4.5.1
From: Jonathan Wakely (jwakely.boost_at_[hidden])
Date: 2014-04-09 11:56:42


On 9 April 2014 16:23, Richard Hadsell wrote:
>
> The compiler is gcc version 4.5.1 20100924 (Red Hat 4.5.1-4).
>
> I am compiling with these flags:
>
> -march=core2 -msse4.1 -m64 -mpc64 -std=c++0x -pedantic-errors -mieee-fp
> -fPIC -pthread -O2 -g -fno-strict-aliasing -fno-tree-ccp

C++0x support in GCC 4.5 was ... primitive, at best. It certainly
wasn't close to the C++11 standard, because there was not C++11
standard. IMHO you get what you asked for if you try to use a highly
experimental language mode of an old compiler with a modern version of
Boost.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk