mirror of
https://github.com/boostorg/range.git
synced 2026-05-04 03:50:47 +02:00
9e5680b5904c5bfcd6d1b5a061a6b821bfff7d13
T is a range that const T is also a range.
size_type<const T> erroneously dispatches to detail::size_type_<T>. That breaks for types that have non-const begin/end but that don't have const begin/end. The range-v3 library has such types.
Description
Boost.org range module
Languages
C++
99.8%
CMake
0.2%