Boost logo

Boost :

Subject: Re: [boost] [1.56.0] Release candidates available
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2014-07-30 04:04:37


On Wed, Jul 30, 2014 at 10:49 AM, Andrey Semashev
<andrey.semashev_at_[hidden]> wrote:
> On Tue, Jul 29, 2014 at 9:06 PM, Marshall Clow <mclow.lists_at_[hidden]> 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<Vertex,
> Property>::stored_edge_property(boost::detail::stored_edge_property<Vertex,
> Property>&&)’ cannot be defaulted
> ./boost/graph/detail/adjacency_list.hpp:305: error:
> ‘boost::detail::stored_edge_property<Vertex, Property>&
> boost::detail::stored_edge_property<Vertex,
> Property>::operator=(boost::detail::stored_edge_property<Vertex,
> 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.

https://github.com/boostorg/graph/pull/14


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