Second public release (v0.1.1) #43
nickpelling
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release adds a ring container (like a wrap-around vector, so can be used for queues) and direct composability (containers can directly contain other containers). Stacks and queues have been reworked as container adapters (so they derive from the base set of unordered containers). There have been many internal structural changes, but the external API is essentially unchanged.
This discussion was created from the release Second public release (v0.1.1).
Beta Was this translation helpful? Give feedback.
All reactions