Skip to content

Commit

Permalink
Update readme for ring (default) construction from a fixed array type…
Browse files Browse the repository at this point in the history
… as the container (#33, thanks @Crzyrndm)
  • Loading branch information
martinmoene committed May 19, 2024
1 parent c03e130 commit 59616be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
```

Expand Down

0 comments on commit 59616be

Please sign in to comment.