26 Jun
2011
26 Jun
'11
3:52 p.m.
GCC 4.6.0 rejects the *Boost* intrusive header list.hpp. Here's the command line: g++ -std=c++0x -O2 -s -W -Wall -I /home/brian/boost_1_46_1 -c -o jaj.o jaj.cc
and the output: In file included from jaj.cc:1:0: /home/brian/boost_1_46_1/*boost*/intrusive/list.hpp: In static member function =91static *boost*::intrusive::list_impl<Config>& *boost*::intrusive::list_impl<Config>::priv_container_from_end_iterator(const
the bug [1] is related to the c++0x support and has been fixed a few weeks ago tim [1] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49298