Skip to content

Commit 9cd72c8

Browse files
committed
Replace links to proposals
The https://wg21.link/s takes a long time to get relinked to the most current versions of the proposals. Signed-off-by: Ted Lyngmo <ted@lyncon.se>
1 parent fc48fda commit 9cd72c8

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: Apache-2.0 WITH LLVM-exception
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 (P3832)](https://wg21.link/P3832) and `std::multi_lock` proposed in [`std::multi_lock` (P3833)](https://wg21.link/P3833)
12+
**Implements**: `std::try_lock_until` and `std::try_lock_for` proposed in [Timed lock algorithms for multiple lockables (P3832)](https://isocpp.org/files/papers/P3832R1.html) and `std::multi_lock` proposed in [`std::multi_lock` (P3833)](https://isocpp.org/files/papers/P3833R2.html)
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)