Skip to content

Commit f695140

Browse files
authored
Merge pull request #61 from elbeno/update-versions
📚 Update README for compiler versions
2 parents b0c6a1a + 63a65fd commit f695140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrent execution.
1515
C++20 is required to use the `conc` namespace functionality; C++17 will suffice
1616
for the `atomic` namespace functionality. The following compilers are supported:
1717

18-
- clang 14 through 19
19-
- gcc 12 through 13
18+
- clang 14 through 21
19+
- gcc 12 through 14
2020

2121
See the [full documentation](https://intel.github.io/cpp-baremetal-concurrency/).

0 commit comments

Comments
 (0)