[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:14:23 PDT 2020


mclow.lists added a comment.

In D88727#2330308 <https://reviews.llvm.org/D88727#2330308>, @kamleshbhalui wrote:

> Looks like because of this patch  ```vector```  deviated from other container implementation.
> http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20130916/089030.html

and if you look at https://reviews.llvm.org/D1723, Richard Smith pointed out this exact issue ... in 2013. :-(


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

https://reviews.llvm.org/D88727



More information about the libcxx-commits mailing list