Skip to content

Commit 7481e42

Browse files
committed
Merge branch 'develop'
2 parents 7b53187 + c471a8e commit 7481e42

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,13 @@ jobs:
9090
install: g++-14-multilib
9191
address-model: 32,64
9292
- toolset: gcc-15
93-
cxxstd: "11,14,17,20,23,2c"
93+
cxxstd: "11,14,17"
94+
container: ubuntu:25.10
95+
os: ubuntu-latest
96+
install: g++-15-multilib
97+
address-model: 32,64
98+
- toolset: gcc-15
99+
cxxstd: "20,23,2c"
94100
container: ubuntu:25.10
95101
os: ubuntu-latest
96102
install: g++-15-multilib

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ target_link_libraries(boost_range
2727
Boost::optional
2828
Boost::preprocessor
2929
Boost::regex
30-
Boost::static_assert
3130
Boost::tuple
3231
Boost::type_traits
3332
Boost::utility

build.jam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ constant boost_dependencies :
1919
/boost/optional//boost_optional
2020
/boost/preprocessor//boost_preprocessor
2121
/boost/regex//boost_regex
22-
/boost/static_assert//boost_static_assert
2322
/boost/tuple//boost_tuple
2423
/boost/type_traits//boost_type_traits
2524
/boost/utility//boost_utility ;

0 commit comments

Comments
 (0)