On 06/12/2016 12:54, Jonathan Wakely wrote:
On 20/11/16 19:14 +0100, François Dumont wrote:Talking about _M_color I just realize that move semantic doesn't copy _M_color. Shouldn't we capture it along with all the other _M_header information ?Is it needed? I think the current code does the right thing, doesn't it? I'd prefer not to change it without a testcase showing why we need to.
I was hoping you knew it. So I kept it unchanged and will add to my TODO to check this.
Committed now. François