You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ for (const auto& i : opt) {
53
53
}
54
54
```
55
55
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)
57
57
58
58
### optional_ref
59
59
@@ -148,7 +148,7 @@ Latest revision(s) of the papers can be built / found at:
148
148
* Reviewed in Tokyo 2024.
149
149
* Forwarded by LEWG April electronic poll to LWG.
150
150
* LWG:
151
-
*To be reviewed in Saint Louis 2024.
151
+
*Reviewed and approved in Saint Louis 2024.
152
152
*[./papers/P2988/README.md](./papers/P2988/README.md) for `std::optional<T&> (P2988)`.
0 commit comments