range/doc/reference/ranges
Tim Blechmann bb43887430 irange: introduce one-parameter variant of irange
this simplifies the use of boost::irange, as boost::irange( 0, foo );
may compile or not depending on the platform-specific integer type of
foo, requiring an explicit cast of 0 to decltype(foo).
2016-01-17 11:40:55 +01:00
..
any_range.qbk Update any_range.qbk 2014-05-07 09:39:00 +02:00
counting_range.qbk [boost][range] - Update to relax preconditions for the strided adaptor, and numerous fixes to inspection report issues. 2010-12-22 22:31:33 +00:00
irange.qbk irange: introduce one-parameter variant of irange 2016-01-17 11:40:55 +01:00
istream_range.qbk [boost][range] - Update to relax preconditions for the strided adaptor, and numerous fixes to inspection report issues. 2010-12-22 22:31:33 +00:00