|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r55266 - trunk/boost/graph
From: jewillco_at_[hidden]
Date: 2009-07-30 14:44:47
Author: jewillco
Date: 2009-07-29 12:48:50 EDT (Wed, 29 Jul 2009)
New Revision: 55266
URL: http://svn.boost.org/trac/boost/changeset/55266
Log:
Commented out (probably) redundant code
Text files modified:
trunk/boost/graph/compressed_sparse_row_graph.hpp | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
Modified: trunk/boost/graph/compressed_sparse_row_graph.hpp
==============================================================================
--- trunk/boost/graph/compressed_sparse_row_graph.hpp (original)
+++ trunk/boost/graph/compressed_sparse_row_graph.hpp 2009-07-29 12:48:50 EDT (Wed, 29 Jul 2009)
@@ -1809,6 +1809,8 @@
return e.idx;
}
+// This is a duplicate of the version in boost/graph/properties.hpp:399
+#if 0
// Support for bundled properties
template<BOOST_CSR_GRAPH_TEMPLATE_PARMS, typename T, typename Bundle>
struct property_map<BOOST_CSR_GRAPH_TYPE, T Bundle::*>
@@ -1828,6 +1830,7 @@
typedef bundle_property_map<const BOOST_CSR_GRAPH_TYPE, descriptor, Bundle,
const T> const_type;
};
+#endif
template<BOOST_CSR_GRAPH_TEMPLATE_PARMS, typename T, typename Bundle>
inline
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk