Skip to content

Commit 233a8a4

Browse files
committed
refactor: remove boost.spirit graphviz parser
1 parent ef5634a commit 233a8a4

5 files changed

Lines changed: 5 additions & 696 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ target_link_libraries(boost_graph
4343
Boost::random
4444
Boost::range
4545
Boost::serialization
46-
Boost::spirit
4746
Boost::throw_exception
4847
Boost::tuple
4948
Boost::type_traits

build.jam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ constant boost_dependencies :
3232
/boost/random//boost_random
3333
/boost/range//boost_range
3434
/boost/serialization//boost_serialization
35-
/boost/spirit//boost_spirit
3635
/boost/throw_exception//boost_throw_exception
3736
/boost/tuple//boost_tuple
3837
/boost/type_traits//boost_type_traits

0 commit comments

Comments
 (0)