Skip to content

Commit

Permalink
Merge pull request #24 from JeffGarland/main
Browse files Browse the repository at this point in the history
update LWG status and add a godbolt link to docs
  • Loading branch information
JeffGarland authored Jun 27, 2024
2 parents da16ab7 + 95ff857 commit 2a60bc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ for (const auto& i : opt) {
}
```

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).
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)

### optional_ref

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

0 comments on commit 2a60bc7

Please sign in to comment.