This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: debug vector move issue


On 09/15/2010 10:23 PM, François Dumont wrote:
> Hi
>
>     While working on debug forward_list I noticed that all debug
> containers were missing move constructor and move assignment operator
> from normal container.
I'm missing something here: are we *really* sure that the users are
supposed to do that? I mean, do we have at least something in the docs
about that? Because normally that is not the way debug-mode is used.
Thus, in my opinion, if we can support some of that in as sufficiently
straightforward way, fine, otherwise, **very low* priority stuff.

Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]