On 5/16/16 2:08 AM, Christian Aichinger wrote:
Boost Range is a cool library, but it's sometimes hard to see how to actually use it: which headers to include, how to call it, what the return types are.
To improve this situation, I wrote full, self-contained code examples for each function in Boost Range. They are available at:
https://greek0.net/boost-range
The examples also include links to the official docs and the into the library's source code, as well as a list of headers that give access to a specific function.
I hope it's useful for other people as well. If you have any ideas for improvement, please let me know.
Kind regards, Chris
This looks like a good effort. Are all the examples tested with a boost build script? I would like to see the author of boost range take a serious look at this to consider adding these examples (and tests there of) to the documenation of the range library. Robert Ramey