Files
boost_range/include/boost/range
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
..
2015-09-11 15:16:24 -07:00
2015-09-18 09:54:08 +02:00
2014-03-04 13:33:59 +00:00
2014-02-27 15:59:03 +00:00
2015-04-18 11:42:38 -07:00
2015-04-18 11:42:38 -07:00