Skip to content

Commit c5501ac

Browse files
authored
Merge pull request #30 from Lastique/feature/remove_static_assert
Remove dependencies on Boost.StaticAssert
2 parents 7bfa9ba + 8e93e2a commit c5501ac

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ matrix:
3434
- git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/assert.git ../assert
3535
- git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/config.git ../config
3636
- git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/core.git ../core
37-
- git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/static_assert.git ../static_assert
3837
- git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/throw_exception.git ../throw_exception
3938

4039
script:

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ target_link_libraries(boost_array
1616
INTERFACE
1717
Boost::assert
1818
Boost::config
19-
Boost::static_assert
2019
Boost::throw_exception
2120
)
2221

build.jam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ require-b2 5.2 ;
88
constant boost_dependencies :
99
/boost/assert//boost_assert
1010
/boost/config//boost_config
11-
/boost/static_assert//boost_static_assert
1211
/boost/throw_exception//boost_throw_exception
1312
;
1413

test/cmake_subdir_test/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ add_subdirectory(../.. boostorg/array)
1111
add_subdirectory(../../../assert boostorg/assert)
1212
add_subdirectory(../../../config boostorg/config)
1313
add_subdirectory(../../../core boostorg/core)
14-
add_subdirectory(../../../static_assert boostorg/static_assert)
1514
add_subdirectory(../../../throw_exception boostorg/throw_exception)
1615

1716
add_executable(quick ../quick.cpp)

0 commit comments

Comments
 (0)