Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
neatudarius committed Jun 27, 2024
1 parent c5288aa commit 25568cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ 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). Check for local build and run instructions in [./examples/README.md](./examples/README.md) or [range_loop.cpp@Compiler Explorer](https://godbolt.org/z/f8dWaxsGo)/

https://godbolt.org/z/f8dWaxsGo

### optional_ref

Expand Down Expand Up @@ -176,7 +178,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 25568cb

Please sign in to comment.