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

Hans Wennborg hans at chromium.org
Thu Jan 22 12:43:15 PST 2015


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.



More information about the cfe-commits mailing list