Compare commits

...

8 Commits

Author SHA1 Message Date
Peter Dimov
7481e429b0 Merge branch 'develop' 2026-02-19 10:17:32 +02:00
Peter Dimov
c471a8e73a Split timing out GCC 15 job 2026-02-08 14:34:57 +02:00
Peter Dimov
9fb0dd1f5e Merge pull request #162 from Lastique/feature/remove_static_assert
Remove dependencies on Boost.StaticAssert
2026-02-07 14:41:31 +02:00
Peter Dimov
7b53187c2b Merge branch 'develop' 2026-02-07 14:40:30 +02:00
Andrey Semashev
72673a7dc4 Remove dependencies on Boost.StaticAssert.
Boost.StaticAssert has been merged into Boost.Config, so remove
the dependency.
2026-01-22 20:45:45 +03:00
neilgroves
24b7c98ca1 Merge pull request #156 from boostorg/develop
Merge Range 20250208 master to develop
2025-02-08 16:31:29 +00:00
neilgroves
bee1538a77 Merge pull request #153 from boostorg/develop
Merge Boost.Range develop -> master
2025-01-26 18:25:16 +00:00
neilgroves
2bb6b63679 Merge pull request #148 from boostorg/develop
20240115_develop_to_master
2024-01-15 18:44:43 +00:00
3 changed files with 7 additions and 3 deletions

View File

@@ -90,7 +90,13 @@ jobs:
install: g++-14-multilib
address-model: 32,64
- toolset: gcc-15
cxxstd: "11,14,17,20,23,2c"
cxxstd: "11,14,17"
container: ubuntu:25.10
os: ubuntu-latest
install: g++-15-multilib
address-model: 32,64
- toolset: gcc-15
cxxstd: "20,23,2c"
container: ubuntu:25.10
os: ubuntu-latest
install: g++-15-multilib

View File

@@ -27,7 +27,6 @@ target_link_libraries(boost_range
Boost::optional
Boost::preprocessor
Boost::regex
Boost::static_assert
Boost::tuple
Boost::type_traits
Boost::utility

View File

@@ -19,7 +19,6 @@ constant boost_dependencies :
/boost/optional//boost_optional
/boost/preprocessor//boost_preprocessor
/boost/regex//boost_regex
/boost/static_assert//boost_static_assert
/boost/tuple//boost_tuple
/boost/type_traits//boost_type_traits
/boost/utility//boost_utility ;