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: [patch] : Adding move symantics to vector


Paolo Carlini wrote:

>>However, this has thrown up another bug...
>>
>>My first thought was "I bet it's that damn vector<bool> again". While it
>>isn't, I have discovered that all the "move semanticed" algorithms now
>>don't work with vector<bool>s. Of course, as discussed previously they
>>don't have to, but also it would be nice if they did. I'll have a ponder :)
>>
>Ugh :( Then, while we sort out this issue, I put on hold the last vector
>bits...
>  
>
Well, assuming no brilliant ideas come quickly to your mind, I think it
would be certainly ok disabling completely move semantics for
vector<bool, _Alloc>. Better spending time on something much more
useful, for now, at least.

Paolo.


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