Skip to content

Commit 8d16ad5

Browse files
committed
refactor: drop property_tree
1 parent 2dedf40 commit 8d16ad5

5 files changed

Lines changed: 2736 additions & 85 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ target_link_libraries(boost_graph
3939
Boost::parameter
4040
Boost::preprocessor
4141
Boost::property_map
42-
Boost::property_tree
4342
Boost::random
4443
Boost::range
4544
Boost::serialization

build.jam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ constant boost_dependencies :
2828
/boost/parameter//boost_parameter
2929
/boost/preprocessor//boost_preprocessor
3030
/boost/property_map//boost_property_map
31-
/boost/property_tree//boost_property_tree
3231
/boost/random//boost_random
3332
/boost/range//boost_range
3433
/boost/serialization//boost_serialization

0 commit comments

Comments
 (0)