boostorg / range

Boost.org range module
http://boost.org/libs/range
43 stars 104 forks source link

Floating point range #103

Open WimLeflere opened 4 years ago

WimLeflere commented 4 years ago

I would like to add a floating point range to Boost, e.g. frange(first, last, step), similar to irange(...). Any tips/ideas/possible problems?

Proof on concept: https://github.com/WimLeflere/range/tree/float-range