9 Apr
2014
9 Apr
'14
3:56 p.m.
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.