]> git.pld-linux.org Git - packages/boost.git/blob - boost-1.54.0-graph-unused_typedef.patch
- release 4 (by relup.sh)
[packages/boost.git] / boost-1.54.0-graph-unused_typedef.patch
1 diff -urp boost_1_54_0-orig/boost/graph/breadth_first_search.hpp boost_1_54_0/boost/graph/breadth_first_search.hpp
2 --- boost_1_54_0-orig/boost/graph/breadth_first_search.hpp      2013-07-23 00:47:43.418886551 +0200
3 +++ boost_1_54_0/boost/graph/breadth_first_search.hpp   2013-07-23 00:50:40.339958756 +0200
4 @@ -64,7 +64,6 @@ namespace boost {
5      BOOST_CONCEPT_ASSERT(( IncidenceGraphConcept<IncidenceGraph> ));
6      typedef graph_traits<IncidenceGraph> GTraits;
7      typedef typename GTraits::vertex_descriptor Vertex;
8 -    typedef typename GTraits::edge_descriptor Edge;
9      BOOST_CONCEPT_ASSERT(( BFSVisitorConcept<BFSVisitor, IncidenceGraph> ));
10      BOOST_CONCEPT_ASSERT(( ReadWritePropertyMapConcept<ColorMap, Vertex> ));
11      typedef typename property_traits<ColorMap>::value_type ColorValue;
This page took 0.054736 seconds and 3 git commands to generate.