[libcxx-commits] [PATCH] D88727: vector (iterator, iterator) constructor doesn't deduce second arg

Marshall Clow via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Oct 14 09:18:37 PDT 2020


mclow.lists added a comment.

In D88727#2330329 <https://reviews.llvm.org/D88727#2330329>, @mclow.lists wrote:

> - Make all the containers do resolve this the same way.

While preserving `vector`s optimization for forward iterators, of course.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88727/new/

https://reviews.llvm.org/D88727



More information about the libcxx-commits mailing list