On 7/30/2014 1:04 AM, Andrey Semashev wrote:
On Wed, Jul 30, 2014 at 10:49 AM, Andrey Semashev
wrote: On Tue, Jul 29, 2014 at 9:06 PM, Marshall Clow
wrote: Release candidate files for 1.65.0 are available at http://boost.cowic.de/rc/
I'm seeing compilation failures with gcc 4.4.7 in C++11 mode:
<snip>
"g++-4.4" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -std=c++0x -DBOOST_ALL_NO_LIB=1 -DBOOST_GRAPH_DYN_LINK=1 -DBOOST_HAS_ICU=1 -DNDEBUG -I"." -I"libs/graph/src" -c -o "bin.v2/libs/graph/build/gcc-4.4/release/threading-multi/graphml.o" "libs/graph/src/graphml.cpp"
...failed gcc.compile.c++ bin.v2/libs/graph/build/gcc-4.4/release/threading-multi/graphml.o...
I'll see if I can come up with a patch.
Thanks for the patch. My opinion is that we should hold on to this fix and consider rolling it into a point release shortly after 1.56.0. My reasoning is that the but doesn't have very broad scope for causing problems (it only affects GCC 4.4, which is over 4 years old). \e