[libcxx-commits] [pstl] r362362 - A test commit from Mikhail Dvorskiy (blank line, to pstl/trunk) according 'Obtaining Commit Access' rules (https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access)
Mikhail Dvorskiy via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 3 01:23:30 PDT 2019
Author: mdvorski
Date: Mon Jun 3 01:23:30 2019
New Revision: 362362
URL: http://llvm.org/viewvc/llvm-project?rev=362362&view=rev
Log:
A test commit from Mikhail Dvorskiy (blank line, to pstl/trunk) according 'Obtaining Commit Access' rules (https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access)
Modified:
pstl/trunk/README.md
Modified: pstl/trunk/README.md
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/README.md?rev=362362&r1=362361&r2=362362&view=diff
==============================================================================
--- pstl/trunk/README.md (original)
+++ pstl/trunk/README.md Mon Jun 3 01:23:30 2019
@@ -32,3 +32,4 @@ To use Parallel STL, you must have the f
* The following algorithms require additional O(n) memory space for parallel execution: `copy_if`, `inplace_merge`,
`partial_sort`, `partial_sort_copy`, `partition_copy`, `remove`, `remove_if`, `rotate`, `sort`, `stable_sort`,
`unique`, `unique_copy`.
+
More information about the libcxx-commits
mailing list