Skip to content

Commit 097a6c6

Browse files
authored
Merge pull request #340 from Lastique/feature/remove_static_assert
Remove dependencies on Boost.StaticAssert
2 parents 8a8c628 + 635c447 commit 097a6c6

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ target_link_libraries(boost_serialization
8383
Boost::preprocessor
8484
Boost::smart_ptr
8585
Boost::spirit
86-
Boost::static_assert
8786
Boost::type_traits
8887
Boost::unordered
8988
Boost::utility

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ install:
5656
- git submodule init libs/range
5757
- git submodule init libs/smart_ptr
5858
- git submodule init libs/spirit
59-
- git submodule init libs/static_assert
6059
- git submodule init libs/system
6160
- git submodule init libs/throw_exception
6261
- git submodule init libs/tuple

build.jam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ constant boost_dependencies :
2222
/boost/preprocessor//boost_preprocessor
2323
/boost/smart_ptr//boost_smart_ptr
2424
/boost/spirit//boost_spirit
25-
/boost/static_assert//boost_static_assert
2625
/boost/throw_exception//boost_throw_exception
2726
/boost/type_traits//boost_type_traits
2827
/boost/utility//boost_utility

0 commit comments

Comments
 (0)