mirror of
https://github.com/boostorg/range.git
synced 2026-04-08 16:01:51 +02:00
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.2%