2
0
mirror of https://github.com/boostorg/range.git synced 2026-01-19 04:42:09 +00:00
Eric Niebler 9e5680b590 Don't assume that because type 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.
2016-11-18 11:50:32 -08:00
2014-08-18 15:09:55 +01:00
2004-06-29 02:50:07 +00:00
Description
Mirrored via gitea-mirror
5.3 MiB
Languages
C++ 99.9%