On Wed, Jul 30, 2014 at 10:49 AM, Andrey Semashev
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:
In file included from ./boost/graph/adjacency_list.hpp:246, from ./boost/graph/graphviz.hpp:24, from ./boost/graph/graphml.hpp:20, from libs/graph/src/graphml.cpp:17: ./boost/graph/detail/adjacency_list.hpp:304: error: ‘boost::detail::stored_edge_property
::stored_edge_property(boost::detail::stored_edge_property &&)’ cannot be defaulted ./boost/graph/detail/adjacency_list.hpp:305: error: ‘boost::detail::stored_edge_property & boost::detail::stored_edge_property ::operator=(boost::detail::stored_edge_property &&)’ cannot be defaulted "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.