2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-20 02:42:11 +00:00

Work around MSVC 7.0 bug

[SVN r34656]
This commit is contained in:
Douglas Gregor
2006-07-21 20:25:50 +00:00
parent ce0f796b84
commit 1035ddac56

View File

@@ -437,7 +437,9 @@ namespace boost {
// graph type. Instead, use directedS, which also provides the
// functionality required for a Bidirectional Graph (in_edges,
// in_degree, etc.).
#if !defined(_MSC_VER) || _MSC_VER > 1300
BOOST_STATIC_ASSERT(type_traits::ice_not<(is_same<Directed, bidirectionalS>::value)>::value);
#endif
typedef typename boost::ct_if_t<is_directed,
bidirectional_tag, undirected_tag>::type