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] : Add more move semantics to vector and deque


chris jefferson wrote:

>This fairly lengthy patch adds some move semantics to deque, and a few I
>missed on vector. It also adds another element of N1771, the
>move_iterator, which wraps an existing iterator so it returns an rvalue
>reference, although this is only used in the test-suite.
>  
>
Thanks Chris, extremely exciting stuff! I'll try to review and test as
soon as possible, but consider that I'm leaving for a conference, which
will delay everything a few days...

Thanks again for now,
Paolo.


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