[libcxx-commits] [PATCH] D96266: Parallel STL: ForwardIterator -> RandomAccessIterator renaming for the internal parallel patterns

Mikhail Dvorskiy via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 8 07:34:22 PST 2021


MikeDvorskiy created this revision.
MikeDvorskiy added a reviewer: ldionne.
MikeDvorskiy created this object with visibility "All Users".
MikeDvorskiy requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Parallel STL: ForwardIterator -> RandomAccessIterator  renaming for the internal parallel patterns.

Motivation:  The internal parallel patterns and bricks work with random access iterators only. So, the patch arranges  iterator type names by essence.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D96266

Files:
  pstl/include/pstl/internal/algorithm_fwd.h
  pstl/include/pstl/internal/algorithm_impl.h
  pstl/include/pstl/internal/memory_impl.h
  pstl/include/pstl/internal/numeric_fwd.h
  pstl/include/pstl/internal/numeric_impl.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96266.322102.patch
Type: text/x-patch
Size: 182677 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210208/2f563c87/attachment-0001.bin>


More information about the libcxx-commits mailing list