Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit f6d0467

Browse files
pauljurczakRuyman
authored andcommitted
C++17 is already ratified, the next C++ standard is now C++20
1 parent 7ec01e6 commit f6d0467

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This technical specification describes _a set of requirements for
1414
implementations of an interface that computer programs written in the
1515
C++ programming language may use to invoke algorithms with parallel
1616
execution_.
17-
In practice, this specification is aimed at the next C++ standard (C++ 17) and
17+
In practice, this specification is aimed at the next C++ standard (C++20) and
1818
offers the opportunity to users to specify _execution policies_ to
1919
traditional STL algorithms which will enable the execution of
2020
those algorithms in parallel.

0 commit comments

Comments
 (0)