[libcxx] r226847 - Fix PR#22284. Add a new overload to deque::insert to handle forward iterators. Update tests to exercise this case.

Marshall Clow mclow.lists at gmail.com
Thu Jan 22 17:22:11 PST 2015


> On Jan 22, 2015, at 12:43 PM, Hans Wennborg <hans at chromium.org> wrote:
> 
> On Thu, Jan 22, 2015 at 10:33 AM, Marshall Clow <mclow.lists at gmail.com> wrote:
>> Author: marshall
>> Date: Thu Jan 22 12:33:29 2015
>> New Revision: 226847
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=226847&view=rev
>> Log:
>> Fix PR#22284. Add a new overload to deque::insert to handle forward iterators. Update tests to exercise this case.
> 
> I've merged this into 3.6 in r226859, as discussed on the bug.

Perfect.
Thank you.

— Marshall





More information about the cfe-commits mailing list