forked from boostorg/range
bb438874301e0b3b38d8c47c359975d4572eb5ee
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).
Description
Boost.org range module
Languages
C++
99.8%
CMake
0.1%