diff --git a/README.md b/README.md index cd3d75c..7fb83a1 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,15 @@ SPDX-License-Identifier: 2.0 license with LLVM exceptions # beman.iterator\_interface: iterator creation mechanisms -![CI Tests](https://github.com/bemanproject/iterator_interface/actions/workflows/ci.yml/badge.svg) + + ![CI Tests](https://github.com/bemanproject/iterator_interface/actions/workflows/ci.yml/badge.svg) + -**Implements**: -* [`std::iterator_interface` (P2727R4)](https://wg21.link/P2727R4) +**Implements**: [`std::iterator_interface` (P2727R4)](https://wg21.link/P2727R4) + + +**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) + Source is licensed with the Apache 2.0 license with LLVM exceptions