From 209adba440537a0803ec298f3c8c9af2344d9020 Mon Sep 17 00:00:00 2001 From: Mikhail Dvorskiy Date: Mon, 3 Jun 2019 08:23:30 +0000 Subject: [PATCH] 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) llvm-svn: 362362 --- pstl/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pstl/README.md b/pstl/README.md index d81a7210a5ef..5c862cbde4a7 100644 --- a/pstl/README.md +++ b/pstl/README.md @@ -32,3 +32,4 @@ To use Parallel STL, you must have the following software installed: * 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`. +