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

Mikhail Dvorskiy via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Apr 3 10:08:11 PDT 2019


MikeDvorskiy added a comment.

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.


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