Skip to content

Commit 5a7d50b

Browse files
authored
Merge pull request #22 from Lastique/feature/remove_static_assert
Remove dependencies on Boost.StaticAssert
2 parents 0c7c2dd + 7fa667d commit 5a7d50b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ target_link_libraries(boost_metaparse
1818
Boost::mpl
1919
Boost::predef
2020
Boost::preprocessor
21-
Boost::static_assert
2221
Boost::type_traits
2322
)
2423

build.jam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ constant boost_dependencies :
1010
/boost/mpl//boost_mpl
1111
/boost/predef//boost_predef
1212
/boost/preprocessor//boost_preprocessor
13-
/boost/static_assert//boost_static_assert
1413
/boost/type_traits//boost_type_traits ;
1514

1615
project /boost/metaparse

0 commit comments

Comments
 (0)