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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
![Target Standard](https://github.com/bemanproject/beman/blob/main/images/badges/cpp26.svg)
<!-- markdownlint-enable -->


`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).

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

## Usage
## License

beman.copyable\_function is licensed under the Apache License v2.0 with LLVM Exceptions.

## Usage

The following code snippet illustrates `copyable_function`:

Expand All @@ -41,7 +43,6 @@ int main()

```


## Dependencies

### Build Environment
Expand All @@ -58,7 +59,6 @@ You can disable this behavior by setting cmake option
[`BEMAN_EXEMPLAR_BUILD_TESTS`](#beman_exemplar_build_tests) to `OFF`
when configuring the project.


### Supported Platforms

This project officially supports:
Expand Down
Loading