2
0
mirror of https://github.com/boostorg/range.git synced 2026-01-20 04:52:08 +00:00
Files
range/test/irange.cpp
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

6.4 KiB