
13 Oct
2011
13 Oct
'11
2:38 p.m.
On this topic, what is the difference between boost::random_access_traversal_tag and std::random_access_iterator_tag,
Take a look at http://www.boost.org/doc/libs/1_47_0/libs/iterator/doc/new-iter-concepts.htm...
and should I implement both?
One or the other, not both. I would image that for Boost libraries, the convention is to use the Boost concepts, but I'm no authority on this.
What is the reasoning for not both? Cheers! Andrew Hundt