From 791da37d966ff2a3007b860ffcb37911547f820e Mon Sep 17 00:00:00 2001 From: Tristan Brindle Date: Sun, 11 Feb 2024 17:43:41 +0000 Subject: [PATCH] Update README CE link to match example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c3b9568..2f18cafd 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ constexpr auto result = flux::ints() // 0,1,2,3,... static_assert(result == 12); ``` -Try it [on Compiler Explorer](https://flux.godbolt.org/z/K86EsGMcT)! +Try it [on Compiler Explorer](https://flux.godbolt.org/z/KKcEbYnTx)! ## Getting Started ##