Skip to content

Commit 150ba94

Browse files
committed
Drop Spirit dependency
Summary: Ref #36 Reviewers: ivica Reviewed By: ivica Subscribers: miljen Differential Revision: https://repo.mireo.local/D37107
1 parent 620df1f commit 150ba94

File tree

8 files changed

+253
-379
lines changed

8 files changed

+253
-379
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,9 @@ else()
4949
Boost::container
5050
Boost::core
5151
Boost::endian
52-
Boost::fusion
53-
Boost::optional
5452
Boost::random
5553
Boost::range
5654
Boost::smart_ptr
57-
Boost::spirit
5855
Boost::system
5956
Boost::type_traits
6057
Threads::Threads

build.jam

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,9 @@ constant boost_dependencies :
1313
/boost/container//boost_container
1414
/boost/core//boost_core
1515
/boost/endian//boost_endian
16-
/boost/fusion//boost_fusion
17-
/boost/optional//boost_optional
1816
/boost/random//boost_random
1917
/boost/range//boost_range
2018
/boost/smart_ptr//boost_smart_ptr
21-
/boost/spirit//boost_spirit
2219
/boost/system//boost_system
2320
/boost/type_traits//boost_type_traits
2421
;

0 commit comments

Comments
 (0)