10 ms·
I'd say I could do without concepts, modules and coroutines but ranges ! Ranges were so nice and would finally allow for easier stream handling.
by kotach 11y ago
I'd say I could do without concepts, modules and coroutines but ranges ! Ranges were so nice and would finally allow for easier stream handling.
- meetingcpp 11y agoWhats holding you back then? Eric Nieblers Range-v3 library is available: https://github.com/ericniebler/range-v3/ https://github.com/ericniebler/range-v3/ Its not going to be (much) better in the standard... Except that it would use real concepts then...
- lomnakkus 11y agoSure, if you ignore statements (from the author!) like: > Check out the (woefully incomplete) documentation here. and > No promise is made about support or long-term stability. This code will evolve without regard to backwards compatibility. That's not to say I blame him, but you really shouldn't be recommending range-v3 for general use.