Skip to content

Commit 7b06118

Browse files
committed
Fixup implements and status in README
Per beman-tidy
1 parent b5f339f commit 7b06118

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ SPDX-License-Identifier: 2.0 license with LLVM exceptions
1010

1111
This repository implements `std::optional` extensions targeting C++26. The `beman.optional` library aims to evaluate the stability, the usability, and the performance of these proposed changes before they are officially adopted by WG21 into the C++ Working Draft. Additionally, it allows developers to use these new features before they are implemented in major standard library compilers.
1212

13-
**Implements**: [Give *std::optional* Range Support (P3168)](https://wg21.link/P3168) and [`std::optional<T&>` (P2988)](https://wg21.link/P2988)
13+
**Implements**: [`std::optional<T&>` (P2988R12)](https://wg21.link/P2988R12) and
14+
[Give *std::optional* Range Support (P3168R2)](https://wg21.link/P3168R2).
15+
16+
**Status**: [Production ready. API may undergo changes.](https://github.com/bemanproject/beman/blob/main/docs/beman_library_maturity_model.md#production-ready-api-may-undergo-changes)
1417

1518
## License
1619

0 commit comments

Comments
 (0)