summaryrefslogtreecommitdiff
path: root/boost/graph/adjacency_matrix.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/graph/adjacency_matrix.hpp')
-rw-r--r--boost/graph/adjacency_matrix.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/graph/adjacency_matrix.hpp b/boost/graph/adjacency_matrix.hpp
index b1078d977e..ade7351fb8 100644
--- a/boost/graph/adjacency_matrix.hpp
+++ b/boost/graph/adjacency_matrix.hpp
@@ -443,7 +443,7 @@ namespace boost {
// graph type. Instead, use directedS, which also provides the
// functionality required for a Bidirectional Graph (in_edges,
// in_degree, etc.).
- BOOST_STATIC_ASSERT(type_traits::ice_not<(is_same<Directed, bidirectionalS>::value)>::value);
+ BOOST_STATIC_ASSERT(!(is_same<Directed, bidirectionalS>::value));
typedef typename mpl::if_<is_directed,
bidirectional_tag, undirected_tag>::type