From c86e3e4deca0fa680b7c04f8b86ce6f1e22b0eaf Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Mon, 16 Jun 2025 16:53:31 +0300 Subject: [PATCH] Removed unneeded dependency on Boost.Graph. The literate/default-expression-evaluation0 test did not actually need anything from Boost.Graph, so remove the dependency. --- test/Jamfile.v2 | 1 - test/literate/default-expression-evaluation0.cpp | 2 -- 2 files changed, 3 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 4b2b1ce..957f2f7 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -305,7 +305,6 @@ alias parameter_literate_tests : BOOST_PARAMETER_MAX_ARITY=5 BOOST_PARAMETER_EXPONENTIAL_OVERLOAD_THRESHOLD_ARITY=6 - /boost/graph//boost_graph : : off diff --git a/test/literate/default-expression-evaluation0.cpp b/test/literate/default-expression-evaluation0.cpp index 87c99d3..29e4313 100644 --- a/test/literate/default-expression-evaluation0.cpp +++ b/test/literate/default-expression-evaluation0.cpp @@ -8,8 +8,6 @@ BOOST_PARAMETER_NAME(root_vertex) BOOST_PARAMETER_NAME(index_map) BOOST_PARAMETER_NAME(color_map) -#include // for dfs_visitor - BOOST_PARAMETER_FUNCTION((bool), depth_first_search, tag, (required (graph, *)