mirror of
https://github.com/boostorg/range.git
synced 2026-05-28 11:32:50 +02:00
Compare commits
8 Commits
feature/gha
...
develop
| Author | SHA1 | Date | |
|---|---|---|---|
| 7481e429b0 | |||
| c471a8e73a | |||
| 9fb0dd1f5e | |||
| 7b53187c2b | |||
| 72673a7dc4 | |||
| 24b7c98ca1 | |||
| bee1538a77 | |||
| 2bb6b63679 |
@@ -90,7 +90,13 @@ jobs:
|
|||||||
install: g++-14-multilib
|
install: g++-14-multilib
|
||||||
address-model: 32,64
|
address-model: 32,64
|
||||||
- toolset: gcc-15
|
- 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
|
container: ubuntu:25.10
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
install: g++-15-multilib
|
install: g++-15-multilib
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ target_link_libraries(boost_range
|
|||||||
Boost::optional
|
Boost::optional
|
||||||
Boost::preprocessor
|
Boost::preprocessor
|
||||||
Boost::regex
|
Boost::regex
|
||||||
Boost::static_assert
|
|
||||||
Boost::tuple
|
Boost::tuple
|
||||||
Boost::type_traits
|
Boost::type_traits
|
||||||
Boost::utility
|
Boost::utility
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ constant boost_dependencies :
|
|||||||
/boost/optional//boost_optional
|
/boost/optional//boost_optional
|
||||||
/boost/preprocessor//boost_preprocessor
|
/boost/preprocessor//boost_preprocessor
|
||||||
/boost/regex//boost_regex
|
/boost/regex//boost_regex
|
||||||
/boost/static_assert//boost_static_assert
|
|
||||||
/boost/tuple//boost_tuple
|
/boost/tuple//boost_tuple
|
||||||
/boost/type_traits//boost_type_traits
|
/boost/type_traits//boost_type_traits
|
||||||
/boost/utility//boost_utility ;
|
/boost/utility//boost_utility ;
|
||||||
|
|||||||
Reference in New Issue
Block a user