Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| git_commit |
commit e9c0c6604e47a7cda323544217c056f7f5aec888 Author: Marc Auberer <marc.auberer@chillibits.com> Date: Sat Sep 28 22:56:11 2024 +0200 [libc++] Add [[nodiscard]] to std::prev and std::next (#109550) Add `[[nodiscard]]` attribute to `std::prev` and `std::next`. Those are potential pitfalls for users who might think they mutate the iterator. Fixes #109452 |