Skip to content

Commit 1f5903d

Browse files
authored
fix(readme): Update broken Godbolt example link (#6773)
The Godbolt link in the README failed to compile: #error libcu++ requires at least C++ 17
1 parent 82d668b commit 1f5903d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The sum of each block is then reduced to a single value using an atomic add via
4141

4242
It then shows how the same reduction can be done using Thrust's `reduce` algorithm and compares the results.
4343

44-
[Try it live on Godbolt!](https://godbolt.org/z/aMx4j9f4T)
44+
[Try it live on Godbolt!](https://godbolt.org/z/3KaWz3Msf)
4545

4646
```cpp
4747
#include <thrust/execution_policy.h>

0 commit comments

Comments
 (0)