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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user