mirror of
https://github.com/boostorg/range.git
synced 2026-03-14 14:51:09 +01:00
Compare commits
8 Commits
feature/gh
...
boost-1.91
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7481e429b0 | ||
|
|
c471a8e73a | ||
|
|
9fb0dd1f5e | ||
|
|
7b53187c2b | ||
|
|
72673a7dc4 | ||
|
|
24b7c98ca1 | ||
|
|
bee1538a77 | ||
|
|
2bb6b63679 |
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user