Skip to content

Commit 95ff857

Browse files
committed
update LWG status and add a godbolt link to docs
1 parent da16ab7 commit 95ff857

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
@@ -53,7 +53,7 @@ for (const auto& i : opt) {
5353
}
5454
```
5555

56-
Full code can be found in [./examples/range_loop.cpp](./examples/range_loop.cpp). Build and run instructions in [./examples/README.md](./examples/README.md).
56+
Full code can be found in [./examples/range_loop.cpp](./examples/range_loop.cpp). Build and run instructions in [./examples/README.md](./examples/README.md). Or [try it on compiler explorer](https://godbolt.org/z/b5ThEqqhf)
5757

5858
### optional_ref
5959

@@ -148,7 +148,7 @@ Latest revision(s) of the papers can be built / found at:
148148
* Reviewed in Tokyo 2024.
149149
* Forwarded by LEWG April electronic poll to LWG.
150150
* LWG:
151-
* To be reviewed in Saint Louis 2024.
151+
* Reviewed and approved in Saint Louis 2024.
152152
* [./papers/P2988/README.md](./papers/P2988/README.md) for `std::optional<T&> (P2988)`.
153153
* issue: [#1661](https://github.com/cplusplus/papers/issues/1661)
154154
* LEWG:

0 commit comments

Comments
 (0)