Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78076 - trunk/boost/graph
From: jewillco_at_[hidden]
Date: 2012-04-18 23:31:00


Author: jewillco
Date: 2012-04-18 23:30:59 EDT (Wed, 18 Apr 2012)
New Revision: 78076
URL: http://svn.boost.org/trac/boost/changeset/78076

Log:
Removed #error for lack of bundled properties
Text files modified:
   trunk/boost/graph/compressed_sparse_row_graph.hpp | 5 -----
   1 files changed, 0 insertions(+), 5 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 2012-04-18 23:30:59 EDT (Wed, 18 Apr 2012)
@@ -44,11 +44,6 @@
 #include <boost/utility.hpp>
 #include <boost/property_map/transform_value_property_map.hpp>
 
-#ifdef BOOST_GRAPH_NO_BUNDLED_PROPERTIES
-# error The Compressed Sparse Row graph only supports bundled properties.
-# error You will need a compiler that conforms better to the C++ standard.
-#endif
-
 namespace boost {
 
 // A tag type indicating that the graph in question is a compressed


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