We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bf28cd + 5cd4563 commit 48c424bCopy full SHA for 48c424b
3 files changed
.travis.yml
CMakeLists.txt
@@ -18,7 +18,6 @@ target_link_libraries(boost_sort
18
Boost::config
19
Boost::core
20
Boost::range
21
- Boost::static_assert
22
Boost::type_traits
23
)
24
build.jam
@@ -9,7 +9,6 @@ constant boost_dependencies :
9
/boost/config//boost_config
10
/boost/core//boost_core
11
/boost/range//boost_range
12
- /boost/static_assert//boost_static_assert
13
/boost/type_traits//boost_type_traits ;
14
15
project /boost/sort
0 commit comments