Skip to content

Commit 95060c8

Browse files
committed
Make proposal links not bound to revisions
If anything later changes in the propsals that requires an implementation change, I'll add the R-states back. Signed-off-by: Ted Lyngmo <ted@lyncon.se>
1 parent b17c26a commit 95060c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SPDX-License-Identifier: MIT
99

1010
`beman.timed_lock_alg` implements timed lock algorithms for multiple lockables and `std::multi_lock`.
1111

12-
**Implements**: `std::try_lock_until` and `std::try_lock_for` proposed in [Timed lock algorithms for multiple lockables (P3832R0)](https://wg21.link/P3832R0) and `std::multi_lock` proposed in [`std::multi_lock` (P3833R0)](https://wg21.link/P3833R0)
12+
**Implements**: `std::try_lock_until` and `std::try_lock_for` proposed in [Timed lock algorithms for multiple lockables (P3832)](https://wg21.link/P3832) and `std::multi_lock` proposed in [`std::multi_lock` (P3833)](https://wg21.link/P3833)
1313

1414
**Status**: [Under development and not yet ready for production use.](https://github.com/bemanproject/beman/blob/main/docs/beman_library_maturity_model.md#under-development-and-not-yet-ready-for-production-use)
1515

0 commit comments

Comments
 (0)