This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: It's v7-> mainline merge time!
Paolo Carlini wrote:
>>I'm deeply reserved about that experiment going to mainline.
>>
>Anyway, frankly - I can say that because Chris did 99.9% of the actual
>work - I believe he paid a lot of attention to not push the simulation
>too far. It's only simulated copy constructor and move for the
>containers + some clean improvements to the internals of vector and
>deque + very few, straightforward, algos.
>
I'm thinking that maybe a safer merge plan would follow more closely the
actual historical development. That means, first move constructor and
assignment operator and few algos exploiting the former. No internal
changes to the containers of any sort. Sounds like a better plan? It's
really a minimal amount of new code and many, many testcases.
Paolo.