]> git.pld-linux.org Git - packages/boost.git/blame - boost-1.54.0-graph-unused_typedef.patch
- rel 3; bunch of upstream patches (taken and filtered by FC team)
[packages/boost.git] / boost-1.54.0-graph-unused_typedef.patch
CommitLineData
647f39b2
AM
1diff -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.023112 seconds and 4 git commands to generate.