From 215439890690edfe9c5e7bf228d64b5571d12c22 Mon Sep 17 00:00:00 2001 From: sehe Date: Wed, 8 May 2024 14:39:27 +0200 Subject: [PATCH] Review comments --- test/graphviz_test.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/test/graphviz_test.cpp b/test/graphviz_test.cpp index b40f3fb2c..b57b4c2cf 100644 --- a/test/graphviz_test.cpp +++ b/test/graphviz_test.cpp @@ -20,7 +20,6 @@ #include #include -// SEHE: Apparently unused or indirectly included #include #include #include @@ -394,11 +393,11 @@ void test_basic_csr_directed_graph() edge_p_bundled, graph_p > graph_t; graph_t g; -#ifdef SEHE_UNSTABLE_PROPERTY_MAPS_FIXED // https://github.com/boostorg/graph/issues/373 +#ifdef UNSTABLE_PROPERTY_MAPS_FIXED // https://github.com/boostorg/graph/issues/373 BOOST_TEST((test_graph(gs, g, 6, mass_map_t(), weights, "node_id", "", - get(&vertex_p_bundled::name, g), // SEHE FIXME - get(&vertex_p_bundled::color, g), // SEHE FIXME - get(&edge_p_bundled::weight, g)) // SEHE FIXME + get(&vertex_p_bundled::name, g), // Warning, currently broken + get(&vertex_p_bundled::color, g), // Warning, currently broken + get(&edge_p_bundled::weight, g)) // Warning, currently broken )); #else BOOST_TEST((test_graph(gs, g, 6, mass_map_t(), weights, "node_id",