mirror of
https://github.com/boostorg/parameter.git
synced 2026-01-19 04:22:13 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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, *)
|
||||
|
||||
Reference in New Issue
Block a user