Subject: Re: [boost] Interest in StaticVector - fixed capacity vector
From: Andrew Hundt (athundt_at_[hidden])
Date: 2011-10-13 10:38:28


>> 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.html
>
>> 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