diff options
-rw-r--r-- | pstl/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pstl/README.md b/pstl/README.md index d81a7210a5e..5c862cbde4a 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`. + |