[libcxx-commits] [PATCH] D129859: [libc++][ranges] Implement `ranges::{prev, next}_permutation`

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 4 02:42:16 PDT 2022


var-const added a comment.

In D129859#3698830 <https://reviews.llvm.org/D129859#3698830>, @h-vetinari wrote:

> There are still a few tests for these commented out, e.g. in:
> libcxx/test/std/algorithms/ranges_robust_against_dangling.pass.cpp
> libcxx/test/std/algorithms/ranges_robust_against_proxy_iterators.pass.cpp
> libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp

Thanks! I plan to uncomment any remaining ones in a dedicated patch once all the remaining algorithms land.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129859



More information about the libcxx-commits mailing list