Re: [patch libstdc++] Fix assignability check in uninitialized_copy

2015-01-09 Thread Eelis
On 2015-01-09 19:03, Jonathan Wakely wrote: The attached patch should be correct. Tested x86_64-linux, committed to trunk and 4.9. Awesome, thanks!

Re: [patch libstdc++] Fix assignability check in uninitialized_copy

2015-01-09 Thread Jonathan Wakely
On 28/12/14 13:47 +0100, Eelis wrote: On 2014-12-28 00:18, Eelis wrote: Trivial fix attached. Please don't commit this patch. I just noticed that the assignability test is wrong in an additional way: it should look at assignability of /output/ elements, not /input/ elements. As a result, th