Skip to content

Commit 5b191b0

Browse files
authored
Merge pull request #152 from Lastique/feature/remove_static_assert
Remove dependencies on Boost.StaticAssert
2 parents 1d68620 + 17537c7 commit 5b191b0

4 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,10 @@ jobs:
248248

249249
- toolset: clang
250250
cxxstd: "11,14,17,20,2b"
251-
os: macos-13
251+
os: macos-14
252252
- toolset: clang
253253
cxxstd: "11,14,17,20,2b"
254-
os: macos-14
254+
os: macos-15
255255

256256
timeout-minutes: 360
257257
runs-on: ${{matrix.os}}
@@ -517,7 +517,6 @@ jobs:
517517
matrix:
518518
include:
519519
- os: ubuntu-24.04
520-
- os: macos-13
521520
- os: macos-14
522521
- os: macos-15
523522

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ target_link_libraries(boost_random
3131
Boost::dynamic_bitset
3232
Boost::integer
3333
Boost::io
34-
Boost::static_assert
3534
Boost::system
3635
Boost::throw_exception
3736
Boost::type_traits

build.jam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ constant boost_dependencies :
1212
/boost/dynamic_bitset//boost_dynamic_bitset
1313
/boost/integer//boost_integer
1414
/boost/io//boost_io
15-
/boost/static_assert//boost_static_assert
1615
/boost/system//boost_system
1716
/boost/throw_exception//boost_throw_exception
1817
/boost/type_traits//boost_type_traits

test/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ if(HAVE_BOOST_TEST)
2222
Boost::multiprecision
2323
Boost::numeric_conversion
2424
Boost::range
25-
Boost::static_assert
2625
Boost::system
2726
Boost::throw_exception
2827
Boost::type_traits

0 commit comments

Comments
 (0)