From 59616bed2d9cab9385bbb1f99ca2d46eb79cd3b1 Mon Sep 17 00:00:00 2001 From: Martin Moene Date: Sun, 19 May 2024 11:07:24 +0200 Subject: [PATCH] Update readme for ring (default) construction from a fixed array type as the container (#33, thanks @Crzyrndm) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d62bcc9..6c29b47 100644 --- a/README.md +++ b/README.md @@ -495,6 +495,7 @@ copy_popper: A copy popper returns the element copy_popper: A copy popper replaces the original element ring: Allows to create data owning ring from container ring: Allows to create data owning ring from container - capacity is power of 2 +ring: Allows to create data owning ring from std::array (C++11) tweak header: reads tweak header if supported [tweak] ```