Charming Chrysoprase
Version 2.1 - Charming Chrysoprase
What's Changed
Bug Fixes
- Improve
kumi::cat
implementation to performO(N)
copies. - Use include guards to prevent issues when different projects use KUMI concurrently.
New Features
- Added the
kumi::sized_product_type_or_more
concept - Implements
kumi::to_ref
to construct a tuple of references form a reference to a tuple. Thanks @marcorubini
New Contributors
- @marcorubini made their first contribution in #15
Full Changelog: v2.0...v2.1