Compile [2024-11-20 01:39:17 UTC]: fail
"g++-11" -fvisibility-inlines-hidden -std=c++20 -fPIC -pthread -O0 -fno-inline -Wall -fvisibility=hidden -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -I".." -I"/mnt/fs1/teeks99-06/run/boost_root/libs/assert/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/core/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/stl_interfaces/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/throw_exception/include" -c -o "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/stl_interfaces/test/random_access.test/gcc-11~c++20/debug/arm_64/debug-symbols-off/threading-multi/visibility-hidden/random_access.o" "../libs/stl_interfaces/test/random_access.cpp"
In file included from ../libs/stl_interfaces/test/random_access.cpp:10:
../libs/stl_interfaces/test/random_access.cpp: In function ???int main()???:
../libs/stl_interfaces/test/random_access.cpp:982:26: error: no matching function for call to ???subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>::data()???
982 | BOOST_TEST(r.data() != nullptr);
| ~~~~~~^~
../boost/core/lightweight_test.hpp:533:107: note: in definition of macro ???BOOST_TEST???
533 | #define BOOST_TEST(expr) ( ::boost::detail::test_impl(#expr, __FILE__, __LINE__, BOOST_CURRENT_FUNCTION, (expr)? true: false) )
| ^~~~
In file included from /usr/include/c++/11/ranges:46,
from ../boost/stl_interfaces/fwd.hpp:12,
from ../boost/stl_interfaces/iterator_interface.hpp:9,
from ../libs/stl_interfaces/test/random_access.cpp:6:
/usr/include/c++/11/bits/ranges_util.h:98:7: note: candidate: ???constexpr auto std::ranges::view_interface<_Derived>::data() requires contiguous_iterator<decltype(std::ranges::__cust_access::__begin((declval<_Container&>)()))> [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]???
98 | data() requires contiguous_iterator<iterator_t<_Derived>>
| ^~~~
/usr/include/c++/11/bits/ranges_util.h:98:7: note: constraints not satisfied
In file included from /usr/include/c++/11/bits/iterator_concepts.h:35,
from /usr/include/c++/11/bits/stl_iterator_base_types.h:71,
from /usr/include/c++/11/iterator:61,
from ../boost/stl_interfaces/config.hpp:13,
from ../boost/stl_interfaces/fwd.hpp:9,
from ../boost/stl_interfaces/iterator_interface.hpp:9,
from ../libs/stl_interfaces/test/random_access.cpp:6:
/usr/include/c++/11/concepts: In instantiation of ???constexpr auto std::ranges::view_interface<_Derived>::data() requires contiguous_iterator<decltype(std::ranges::__cust_access::__begin((declval<_Container&>)()))> [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]???:
../libs/stl_interfaces/test/random_access.cpp:982:9: required from here
/usr/include/c++/11/concepts:67:13: required for the satisfaction of ???derived_from<typename std::__detail::__iter_concept_impl<_Iter>::type, std::contiguous_iterator_tag>??? [with _Iter = basic_random_access_iter]
/usr/include/c++/11/bits/iterator_concepts.h:675:13: required for the satisfaction of ???contiguous_iterator<decltype (std::ranges::__cust_access::__begin(declval<_Container&>()))>??? [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]
/usr/include/c++/11/concepts:67:28: note: ???std::contiguous_iterator_tag??? is not a base of ???std::random_access_iterator_tag???
67 | concept derived_from = __is_base_of(_Base, _Derived)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/11/ranges:46,
from ../boost/stl_interfaces/fwd.hpp:12,
from ../boost/stl_interfaces/iterator_interface.hpp:9,
from ../libs/stl_interfaces/test/random_access.cpp:6:
/usr/include/c++/11/bits/ranges_util.h:102:7: note: candidate: ???constexpr auto std::ranges::view_interface<_Derived>::data() const requires (range<const _Derived>) && (contiguous_iterator<decltype(std::ranges::__cust_access::__begin((declval<const _Range&>)()))>) [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]???
102 | data() const
| ^~~~
/usr/include/c++/11/bits/ranges_util.h:102:7: note: constraints not satisfied
In file included from /usr/include/c++/11/bits/iterator_concepts.h:35,
from /usr/include/c++/11/bits/stl_iterator_base_types.h:71,
from /usr/include/c++/11/iterator:61,
from ../boost/stl_interfaces/config.hpp:13,
from ../boost/stl_interfaces/fwd.hpp:9,
from ../boost/stl_interfaces/iterator_interface.hpp:9,
from ../libs/stl_interfaces/test/random_access.cpp:6:
/usr/include/c++/11/concepts: In instantiation of ???constexpr auto std::ranges::view_interface<_Derived>::data() const requires (range<const _Derived>) && (contiguous_iterator<decltype(std::ranges::__cust_access::__begin((declval<const _Range&>)()))>) [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]???:
../libs/stl_interfaces/test/random_access.cpp:982:9: required from here
/usr/include/c++/11/concepts:67:13: required for the satisfaction of ???derived_from<typename std::__detail::__iter_concept_impl<_Iter>::type, std::contiguous_iterator_tag>??? [with _Iter = basic_random_access_iter]
/usr/include/c++/11/bits/iterator_concepts.h:675:13: required for the satisfaction of ???contiguous_iterator<decltype (std::ranges::__cust_access::__begin(declval<const _Range&>()))>??? [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]
/usr/include/c++/11/concepts:67:28: note: ???std::contiguous_iterator_tag??? is not a base of ???std::random_access_iterator_tag???
67 | concept derived_from = __is_base_of(_Base, _Derived)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../libs/stl_interfaces/test/random_access.cpp:10:
../libs/stl_interfaces/test/random_access.cpp:983:26: error: no matching function for call to ???subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>::data()???
983 | BOOST_TEST(r.data()[2] == 2);
| ~~~~~~^~
../boost/core/lightweight_test.hpp:533:107: note: in definition of macro ???BOOST_TEST???
533 | #define BOOST_TEST(expr) ( ::boost::detail::test_impl(#expr, __FILE__, __LINE__, BOOST_CURRENT_FUNCTION, (expr)? true: false) )
| ^~~~
In file included from /usr/include/c++/11/ranges:46,
from ../boost/stl_interfaces/fwd.hpp:12,
from ../boost/stl_interfaces/iterator_interface.hpp:9,
from ../libs/stl_interfaces/test/random_access.cpp:6:
/usr/include/c++/11/bits/ranges_util.h:98:7: note: candidate: ???constexpr auto std::ranges::view_interface<_Derived>::data() requires contiguous_iterator<decltype(std::ranges::__cust_access::__begin((declval<_Container&>)()))> [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]???
98 | data() requires contiguous_iterator<iterator_t<_Derived>>
| ^~~~
/usr/include/c++/11/bits/ranges_util.h:98:7: note: constraints not satisfied
In file included from /usr/include/c++/11/bits/iterator_concepts.h:35,
from /usr/include/c++/11/bits/stl_iterator_base_types.h:71,
from /usr/include/c++/11/iterator:61,
from ../boost/stl_interfaces/config.hpp:13,
from ../boost/stl_interfaces/fwd.hpp:9,
from ../boost/stl_interfaces/iterator_interface.hpp:9,
from ../libs/stl_interfaces/test/random_access.cpp:6:
/usr/include/c++/11/concepts: In instantiation of ???constexpr auto std::ranges::view_interface<_Derived>::data() requires contiguous_iterator<decltype(std::ranges::__cust_access::__begin((declval<_Container&>)()))> [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]???:
../libs/stl_interfaces/test/random_access.cpp:983:9: required from here
/usr/include/c++/11/concepts:67:13: required for the satisfaction of ???derived_from<typename std::__detail::__iter_concept_impl<_Iter>::type, std::contiguous_iterator_tag>??? [with _Iter = basic_random_access_iter]
/usr/include/c++/11/bits/iterator_concepts.h:675:13: required for the satisfaction of ???contiguous_iterator<decltype (std::ranges::__cust_access::__begin(declval<_Container&>()))>??? [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]
/usr/include/c++/11/concepts:67:28: note: ???std::contiguous_iterator_tag??? is not a base of ???std::random_access_iterator_tag???
67 | concept derived_from = __is_base_of(_Base, _Derived)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/11/ranges:46,
from ../boost/stl_interfaces/fwd.hpp:12,
from ../boost/stl_interfaces/iterator_interface.hpp:9,
from ../libs/stl_interfaces/test/random_access.cpp:6:
/usr/include/c++/11/bits/ranges_util.h:102:7: note: candidate: ???constexpr auto std::ranges::view_interface<_Derived>::data() const requires (range<const _Derived>) && (contiguous_iterator<decltype(std::ranges::__cust_access::__begin((declval<const _Range&>)()))>) [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]???
102 | data() const
| ^~~~
/usr/include/c++/11/bits/ranges_util.h:102:7: note: constraints not satisfied
In file included from /usr/include/c++/11/bits/iterator_concepts.h:35,
from /usr/include/c++/11/bits/stl_iterator_base_types.h:71,
from /usr/include/c++/11/iterator:61,
from ../boost/stl_interfaces/config.hpp:13,
from ../boost/stl_interfaces/fwd.hpp:9,
from ../boost/stl_interfaces/iterator_interface.hpp:9,
from ../libs/stl_interfaces/test/random_access.cpp:6:
/usr/include/c++/11/concepts: In instantiation of ???constexpr auto std::ranges::view_interface<_Derived>::data() const requires (range<const _Derived>) && (contiguous_iterator<decltype(std::ranges::__cust_access::__begin((declval<const _Range&>)()))>) [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]???:
../libs/stl_interfaces/test/random_access.cpp:983:9: required from here
/usr/include/c++/11/concepts:67:13: required for the satisfaction of ???derived_from<typename std::__detail::__iter_concept_impl<_Iter>::type, std::contiguous_iterator_tag>??? [with _Iter = basic_random_access_iter]
/usr/include/c++/11/bits/iterator_concepts.h:675:13: required for the satisfaction of ???contiguous_iterator<decltype (std::ranges::__cust_access::__begin(declval<const _Range&>()))>??? [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]
/usr/include/c++/11/concepts:67:28: note: ???std::contiguous_iterator_tag??? is not a base of ???std::random_access_iterator_tag???
67 | concept derived_from = __is_base_of(_Base, _Derived)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../libs/stl_interfaces/test/random_access.cpp:10:
../libs/stl_interfaces/test/random_access.cpp:985:30: error: no matching function for call to ???subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>::data()???
985 | BOOST_TEST(empty.data() != nullptr);
| ~~~~~~~~~~^~
../boost/core/lightweight_test.hpp:533:107: note: in definition of macro ???BOOST_TEST???
533 | #define BOOST_TEST(expr) ( ::boost::detail::test_impl(#expr, __FILE__, __LINE__, BOOST_CURRENT_FUNCTION, (expr)? true: false) )
| ^~~~
In file included from /usr/include/c++/11/ranges:46,
from ../boost/stl_interfaces/fwd.hpp:12,
from ../boost/stl_interfaces/iterator_interface.hpp:9,
from ../libs/stl_interfaces/test/random_access.cpp:6:
/usr/include/c++/11/bits/ranges_util.h:98:7: note: candidate: ???constexpr auto std::ranges::view_interface<_Derived>::data() requires contiguous_iterator<decltype(std::ranges::__cust_access::__begin((declval<_Container&>)()))> [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]???
98 | data() requires contiguous_iterator<iterator_t<_Derived>>
| ^~~~
/usr/include/c++/11/bits/ranges_util.h:98:7: note: constraints not satisfied
In file included from /usr/include/c++/11/bits/iterator_concepts.h:35,
from /usr/include/c++/11/bits/stl_iterator_base_types.h:71,
from /usr/include/c++/11/iterator:61,
from ../boost/stl_interfaces/config.hpp:13,
from ../boost/stl_interfaces/fwd.hpp:9,
from ../boost/stl_interfaces/iterator_interface.hpp:9,
from ../libs/stl_interfaces/test/random_access.cpp:6:
/usr/include/c++/11/concepts: In instantiation of ???constexpr auto std::ranges::view_interface<_Derived>::data() requires contiguous_iterator<decltype(std::ranges::__cust_access::__begin((declval<_Container&>)()))> [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]???:
../libs/stl_interfaces/test/random_access.cpp:985:9: required from here
/usr/include/c++/11/concepts:67:13: required for the satisfaction of ???derived_from<typename std::__detail::__iter_concept_impl<_Iter>::type, std::contiguous_iterator_tag>??? [with _Iter = basic_random_access_iter]
/usr/include/c++/11/bits/iterator_concepts.h:675:13: required for the satisfaction of ???contiguous_iterator<decltype (std::ranges::__cust_access::__begin(declval<_Container&>()))>??? [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]
/usr/include/c++/11/concepts:67:28: note: ???std::contiguous_iterator_tag??? is not a base of ???std::random_access_iterator_tag???
67 | concept derived_from = __is_base_of(_Base, _Derived)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/11/ranges:46,
from ../boost/stl_interfaces/fwd.hpp:12,
from ../boost/stl_interfaces/iterator_interface.hpp:9,
from ../libs/stl_interfaces/test/random_access.cpp:6:
/usr/include/c++/11/bits/ranges_util.h:102:7: note: candidate: ???constexpr auto std::ranges::view_interface<_Derived>::data() const requires (range<const _Derived>) && (contiguous_iterator<decltype(std::ranges::__cust_access::__begin((declval<const _Range&>)()))>) [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]???
102 | data() const
| ^~~~
/usr/include/c++/11/bits/ranges_util.h:102:7: note: constraints not satisfied
In file included from /usr/include/c++/11/bits/iterator_concepts.h:35,
from /usr/include/c++/11/bits/stl_iterator_base_types.h:71,
from /usr/include/c++/11/iterator:61,
from ../boost/stl_interfaces/config.hpp:13,
from ../boost/stl_interfaces/fwd.hpp:9,
from ../boost/stl_interfaces/iterator_interface.hpp:9,
from ../libs/stl_interfaces/test/random_access.cpp:6:
/usr/include/c++/11/concepts: In instantiation of ???constexpr auto std::ranges::view_interface<_Derived>::data() const requires (range<const _Derived>) && (contiguous_iterator<decltype(std::ranges::__cust_access::__begin((declval<const _Range&>)()))>) [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]???:
../libs/stl_interfaces/test/random_access.cpp:985:9: required from here
/usr/include/c++/11/concepts:67:13: required for the satisfaction of ???derived_from<typename std::__detail::__iter_concept_impl<_Iter>::type, std::contiguous_iterator_tag>??? [with _Iter = basic_random_access_iter]
/usr/include/c++/11/bits/iterator_concepts.h:675:13: required for the satisfaction of ???contiguous_iterator<decltype (std::ranges::__cust_access::__begin(declval<const _Range&>()))>??? [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]
/usr/include/c++/11/concepts:67:28: note: ???std::contiguous_iterator_tag??? is not a base of ???std::random_access_iterator_tag???
67 | concept derived_from = __is_base_of(_Base, _Derived)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../libs/stl_interfaces/test/random_access.cpp:10:
../libs/stl_interfaces/test/random_access.cpp:988:27: error: no matching function for call to ???subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>::data() const???
988 | BOOST_TEST(cr.data() != nullptr);
| ~~~~~~~^~
../boost/core/lightweight_test.hpp:533:107: note: in definition of macro ???BOOST_TEST???
533 | #define BOOST_TEST(expr) ( ::boost::detail::test_impl(#expr, __FILE__, __LINE__, BOOST_CURRENT_FUNCTION, (expr)? true: false) )
| ^~~~
In file included from /usr/include/c++/11/ranges:46,
from ../boost/stl_interfaces/fwd.hpp:12,
from ../boost/stl_interfaces/iterator_interface.hpp:9,
from ../libs/stl_interfaces/test/random_access.cpp:6:
/usr/include/c++/11/bits/ranges_util.h:98:7: note: candidate: ???constexpr auto std::ranges::view_interface<_Derived>::data() requires contiguous_iterator<decltype(std::ranges::__cust_access::__begin((declval<_Container&>)()))> [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]???
98 | data() requires contiguous_iterator<iterator_t<_Derived>>
| ^~~~
/usr/include/c++/11/bits/ranges_util.h:98:7: note: constraints not satisfied
In file included from /usr/include/c++/11/bits/iterator_concepts.h:35,
from /usr/include/c++/11/bits/stl_iterator_base_types.h:71,
from /usr/include/c++/11/iterator:61,
from ../boost/stl_interfaces/config.hpp:13,
from ../boost/stl_interfaces/fwd.hpp:9,
from ../boost/stl_interfaces/iterator_interface.hpp:9,
from ../libs/stl_interfaces/test/random_access.cpp:6:
/usr/include/c++/11/concepts: In instantiation of ???constexpr auto std::ranges::view_interface<_Derived>::data() requires contiguous_iterator<decltype(std::ranges::__cust_access::__begin((declval<_Container&>)()))> [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]???:
../libs/stl_interfaces/test/random_access.cpp:988:9: required from here
/usr/include/c++/11/concepts:67:13: required for the satisfaction of ???derived_from<typename std::__detail::__iter_concept_impl<_Iter>::type, std::contiguous_iterator_tag>??? [with _Iter = basic_random_access_iter]
/usr/include/c++/11/bits/iterator_concepts.h:675:13: required for the satisfaction of ???contiguous_iterator<decltype (std::ranges::__cust_access::__begin(declval<_Container&>()))>??? [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]
/usr/include/c++/11/concepts:67:28: note: ???std::contiguous_iterator_tag??? is not a base of ???std::random_access_iterator_tag???
67 | concept derived_from = __is_base_of(_Base, _Derived)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/11/ranges:46,
from ../boost/stl_interfaces/fwd.hpp:12,
from ../boost/stl_interfaces/iterator_interface.hpp:9,
from ../libs/stl_interfaces/test/random_access.cpp:6:
/usr/include/c++/11/bits/ranges_util.h:102:7: note: candidate: ???constexpr auto std::ranges::view_interface<_Derived>::data() const requires (range<const _Derived>) && (contiguous_iterator<decltype(std::ranges::__cust_access::__begin((declval<const _Range&>)()))>) [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]???
102 | data() const
| ^~~~
/usr/include/c++/11/bits/ranges_util.h:102:7: note: constraints not satisfied
In file included from /usr/include/c++/11/bits/iterator_concepts.h:35,
from /usr/include/c++/11/bits/stl_iterator_base_types.h:71,
from /usr/include/c++/11/iterator:61,
from ../boost/stl_interfaces/config.hpp:13,
from ../boost/stl_interfaces/fwd.hpp:9,
from ../boost/stl_interfaces/iterator_interface.hpp:9,
from ../libs/stl_interfaces/test/random_access.cpp:6:
/usr/include/c++/11/concepts: In instantiation of ???constexpr auto std::ranges::view_interface<_Derived>::data() const requires (range<const _Derived>) && (contiguous_iterator<decltype(std::ranges::__cust_access::__begin((declval<const _Range&>)()))>) [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]???:
../libs/stl_interfaces/test/random_access.cpp:988:9: required from here
/usr/include/c++/11/concepts:67:13: required for the satisfaction of ???derived_from<typename std::__detail::__iter_concept_impl<_Iter>::type, std::contiguous_iterator_tag>??? [with _Iter = basic_random_access_iter]
/usr/include/c++/11/bits/iterator_concepts.h:675:13: required for the satisfaction of ???contiguous_iterator<decltype (std::ranges::__cust_access::__begin(declval<const _Range&>()))>??? [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]
/usr/include/c++/11/concepts:67:28: note: ???std::contiguous_iterator_tag??? is not a base of ???std::random_access_iterator_tag???
67 | concept derived_from = __is_base_of(_Base, _Derived)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../libs/stl_interfaces/test/random_access.cpp:10:
../libs/stl_interfaces/test/random_access.cpp:989:27: error: no matching function for call to ???subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>::data() const???
989 | BOOST_TEST(cr.data()[2] == 2);
| ~~~~~~~^~
../boost/core/lightweight_test.hpp:533:107: note: in definition of macro ???BOOST_TEST???
533 | #define BOOST_TEST(expr) ( ::boost::detail::test_impl(#expr, __FILE__, __LINE__, BOOST_CURRENT_FUNCTION, (expr)? true: false) )
| ^~~~
In file included from /usr/include/c++/11/ranges:46,
from ../boost/stl_interfaces/fwd.hpp:12,
from ../boost/stl_interfaces/iterator_interface.hpp:9,
from ../libs/stl_interfaces/test/random_access.cpp:6:
/usr/include/c++/11/bits/ranges_util.h:98:7: note: candidate: ???constexpr auto std::ranges::view_interface<_Derived>::data() requires contiguous_iterator<decltype(std::ranges::__cust_access::__begin((declval<_Container&>)()))> [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]???
98 | data() requires contiguous_iterator<iterator_t<_Derived>>
| ^~~~
/usr/include/c++/11/bits/ranges_util.h:98:7: note: constraints not satisfied
In file included from /usr/include/c++/11/bits/iterator_concepts.h:35,
from /usr/include/c++/11/bits/stl_iterator_base_types.h:71,
from /usr/include/c++/11/iterator:61,
from ../boost/stl_interfaces/config.hpp:13,
from ../boost/stl_interfaces/fwd.hpp:9,
from ../boost/stl_interfaces/iterator_interface.hpp:9,
from ../libs/stl_interfaces/test/random_access.cpp:6:
/usr/include/c++/11/concepts: In instantiation of ???constexpr auto std::ranges::view_interface<_Derived>::data() requires contiguous_iterator<decltype(std::ranges::__cust_access::__begin((declval<_Container&>)()))> [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]???:
../libs/stl_interfaces/test/random_access.cpp:989:9: required from here
/usr/include/c++/11/concepts:67:13: required for the satisfaction of ???derived_from<typename std::__detail::__iter_concept_impl<_Iter>::type, std::contiguous_iterator_tag>??? [with _Iter = basic_random_access_iter]
/usr/include/c++/11/bits/iterator_concepts.h:675:13: required for the satisfaction of ???contiguous_iterator<decltype (std::ranges::__cust_access::__begin(declval<_Container&>()))>??? [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]
/usr/include/c++/11/concepts:67:28: note: ???std::contiguous_iterator_tag??? is not a base of ???std::random_access_iterator_tag???
67 | concept derived_from = __is_base_of(_Base, _Derived)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/11/ranges:46,
from ../boost/stl_interfaces/fwd.hpp:12,
from ../boost/stl_interfaces/iterator_interface.hpp:9,
from ../libs/stl_interfaces/test/random_access.cpp:6:
/usr/include/c++/11/bits/ranges_util.h:102:7: note: candidate: ???constexpr auto std::ranges::view_interface<_Derived>::data() const requires (range<const _Derived>) && (contiguous_iterator<decltype(std::ranges::__cust_access::__begin((declval<const _Range&>)()))>) [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]???
102 | data() const
| ^~~~
/usr/include/c++/11/bits/ranges_util.h:102:7: note: constraints not satisfied
In file included from /usr/include/c++/11/bits/iterator_concepts.h:35,
from /usr/include/c++/11/bits/stl_iterator_base_types.h:71,
from /usr/include/c++/11/iterator:61,
from ../boost/stl_interfaces/config.hpp:13,
from ../boost/stl_interfaces/fwd.hpp:9,
from ../boost/stl_interfaces/iterator_interface.hpp:9,
from ../libs/stl_interfaces/test/random_access.cpp:6:
/usr/include/c++/11/concepts: In instantiation of ???constexpr auto std::ranges::view_interface<_Derived>::data() const requires (range<const _Derived>) && (contiguous_iterator<decltype(std::ranges::__cust_access::__begin((declval<const _Range&>)()))>) [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]???:
../libs/stl_interfaces/test/random_access.cpp:989:9: required from here
/usr/include/c++/11/concepts:67:13: required for the satisfaction of ???derived_from<typename std::__detail::__iter_concept_impl<_Iter>::type, std::contiguous_iterator_tag>??? [with _Iter = basic_random_access_iter]
/usr/include/c++/11/bits/iterator_concepts.h:675:13: required for the satisfaction of ???contiguous_iterator<decltype (std::ranges::__cust_access::__begin(declval<const _Range&>()))>??? [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]
/usr/include/c++/11/concepts:67:28: note: ???std::contiguous_iterator_tag??? is not a base of ???std::random_access_iterator_tag???
67 | concept derived_from = __is_base_of(_Base, _Derived)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../libs/stl_interfaces/test/random_access.cpp:10:
../libs/stl_interfaces/test/random_access.cpp:992:31: error: no matching function for call to ???subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>::data() const???
992 | BOOST_TEST(cempty.data() != nullptr);
| ~~~~~~~~~~~^~
../boost/core/lightweight_test.hpp:533:107: note: in definition of macro ???BOOST_TEST???
533 | #define BOOST_TEST(expr) ( ::boost::detail::test_impl(#expr, __FILE__, __LINE__, BOOST_CURRENT_FUNCTION, (expr)? true: false) )
| ^~~~
In file included from /usr/include/c++/11/ranges:46,
from ../boost/stl_interfaces/fwd.hpp:12,
from ../boost/stl_interfaces/iterator_interface.hpp:9,
from ../libs/stl_interfaces/test/random_access.cpp:6:
/usr/include/c++/11/bits/ranges_util.h:98:7: note: candidate: ???constexpr auto std::ranges::view_interface<_Derived>::data() requires contiguous_iterator<decltype(std::ranges::__cust_access::__begin((declval<_Container&>)()))> [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]???
98 | data() requires contiguous_iterator<iterator_t<_Derived>>
| ^~~~
/usr/include/c++/11/bits/ranges_util.h:98:7: note: constraints not satisfied
In file included from /usr/include/c++/11/bits/iterator_concepts.h:35,
from /usr/include/c++/11/bits/stl_iterator_base_types.h:71,
from /usr/include/c++/11/iterator:61,
from ../boost/stl_interfaces/config.hpp:13,
from ../boost/stl_interfaces/fwd.hpp:9,
from ../boost/stl_interfaces/iterator_interface.hpp:9,
from ../libs/stl_interfaces/test/random_access.cpp:6:
/usr/include/c++/11/concepts: In instantiation of ???constexpr auto std::ranges::view_interface<_Derived>::data() requires contiguous_iterator<decltype(std::ranges::__cust_access::__begin((declval<_Container&>)()))> [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]???:
../libs/stl_interfaces/test/random_access.cpp:992:9: required from here
/usr/include/c++/11/concepts:67:13: required for the satisfaction of ???derived_from<typename std::__detail::__iter_concept_impl<_Iter>::type, std::contiguous_iterator_tag>??? [with _Iter = basic_random_access_iter]
/usr/include/c++/11/bits/iterator_concepts.h:675:13: required for the satisfaction of ???contiguous_iterator<decltype (std::ranges::__cust_access::__begin(declval<_Container&>()))>??? [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]
/usr/include/c++/11/concepts:67:28: note: ???std::contiguous_iterator_tag??? is not a base of ???std::random_access_iterator_tag???
67 | concept derived_from = __is_base_of(_Base, _Derived)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/11/ranges:46,
from ../boost/stl_interfaces/fwd.hpp:12,
from ../boost/stl_interfaces/iterator_interface.hpp:9,
from ../libs/stl_interfaces/test/random_access.cpp:6:
/usr/include/c++/11/bits/ranges_util.h:102:7: note: candidate: ???constexpr auto std::ranges::view_interface<_Derived>::data() const requires (range<const _Derived>) && (contiguous_iterator<decltype(std::ranges::__cust_access::__begin((declval<const _Range&>)()))>) [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]???
102 | data() const
| ^~~~
/usr/include/c++/11/bits/ranges_util.h:102:7: note: constraints not satisfied
In file included from /usr/include/c++/11/bits/iterator_concepts.h:35,
from /usr/include/c++/11/bits/stl_iterator_base_types.h:71,
from /usr/include/c++/11/iterator:61,
from ../boost/stl_interfaces/config.hpp:13,
from ../boost/stl_interfaces/fwd.hpp:9,
from ../boost/stl_interfaces/iterator_interface.hpp:9,
from ../libs/stl_interfaces/test/random_access.cpp:6:
/usr/include/c++/11/concepts: In instantiation of ???constexpr auto std::ranges::view_interface<_Derived>::data() const requires (range<const _Derived>) && (contiguous_iterator<decltype(std::ranges::__cust_access::__begin((declval<const _Range&>)()))>) [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]???:
../libs/stl_interfaces/test/random_access.cpp:992:9: required from here
/usr/include/c++/11/concepts:67:13: required for the satisfaction of ???derived_from<typename std::__detail::__iter_concept_impl<_Iter>::type, std::contiguous_iterator_tag>??? [with _Iter = basic_random_access_iter]
/usr/include/c++/11/bits/iterator_concepts.h:675:13: required for the satisfaction of ???contiguous_iterator<decltype (std::ranges::__cust_access::__begin(declval<const _Range&>()))>??? [with _Derived = subrange<basic_random_access_iter, basic_random_access_iter, boost::stl_interfaces::element_layout::contiguous>]
/usr/include/c++/11/concepts:67:28: note: ???std::contiguous_iterator_tag??? is not a base of ???std::random_access_iterator_tag???
67 | concept derived_from = __is_base_of(_Base, _Derived)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~