From a4e2837e51eac2e09985ba8dd3f7da62c64ad656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darius=20Nea=C8=9Bu?= Date: Mon, 23 Dec 2024 16:09:58 +0200 Subject: [PATCH] beman.iterator_interface: change library status to under development (#35) --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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