Removed unneeded dependency on Boost.Graph.

The literate/default-expression-evaluation0 test did not actually need
anything from Boost.Graph, so remove the dependency.
This commit is contained in:
Andrey Semashev
2025-06-16 16:53:31 +03:00
parent 253b11d0df
commit c86e3e4dec
2 changed files with 0 additions and 3 deletions

View File

@@ -305,7 +305,6 @@ alias parameter_literate_tests
:
<define>BOOST_PARAMETER_MAX_ARITY=5
<define>BOOST_PARAMETER_EXPONENTIAL_OVERLOAD_THRESHOLD_ARITY=6
<library>/boost/graph//boost_graph
:
:
<preserve-target-tests>off

View File

@@ -8,8 +8,6 @@ BOOST_PARAMETER_NAME(root_vertex)
BOOST_PARAMETER_NAME(index_map)
BOOST_PARAMETER_NAME(color_map)
#include <boost/graph/depth_first_search.hpp> // for dfs_visitor
BOOST_PARAMETER_FUNCTION((bool), depth_first_search, tag,
(required
(graph, *)