
4 Mar
2012
4 Mar
'12
2:17 p.m.
Am 04.03.2012 14:51, schrieb Julien Nitard:
Hi,
FYI, I've started a project here: https://github.com/jamboree/boost.enumerator/tree/header-only
But it lacks docs and examples, you can refer to only the test for now...
I'll have a look, thanks. Like this it looks interesting because the first thing I did was implement an iterator over "enumerator" and it seems you provide it out of the box.
Julien
_______________________________________________ Unsubscribe& other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
a iterator is copyable - but a context is not so take care that you prevent copy it. Oliver