Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# beman.copyable_function: A Beman Library Implementation of copyable_function ([P2548](https://wg21.link/P2548))
# beman.copyable_function: A Beman Library Implementation of copyable_function

<!--
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
Expand All @@ -10,7 +10,7 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
`beman.copyable_function` is a type-erased function wrapper that can represent any copyable callable matching
the function signature R(Args...). The library conforms to the [The Beman Standard](https://github.com/bemanproject/beman/blob/main/docs/beman_standard.md).

**Implements**: `std::copyable_function` proposed in [P2548R6](https://wg21.link/P2548R6).
**Implements**: [`copyable_function` (P2548)](https://wg21.link/P2548R6)

**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)

Expand Down