[libcxx-commits] [PATCH] D59813: The other fix for equal algo

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Apr 3 10:16:43 PDT 2019


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

In D59813#1453536 <https://reviews.llvm.org/D59813#1453536>, @MikeDvorskiy wrote:

> Louis, 
> regarding
>
> > ..no matching function for call to 'equal'    return std::equal(__first1, __last1, __first2, __last2, __p);
>
> Do you have an option ?
>
>   -std=c++17 
>
>
> We discussed it, that  std::equal with "4 iterators" version supported since C++17 only.


Yes, that was it. See r357609. But my point about running the upstream tests still stands.


Repository:
  rPSTL pstl

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

https://reviews.llvm.org/D59813





More information about the libcxx-commits mailing list