mirror of
https://github.com/boostorg/range.git
synced 2026-01-24 16:02:22 +01:00
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.