Releases: deeplex/concrete
Releases · deeplex/concrete
v0.0.0-alpha.7
Fixes a compatibility issue between llfio
and the data_driven_status_domain
.
What's Changed
- Update to copier-cpp template version 0.2.3 by @BurningEnlightenment in #20
- Make
status_enum_definition
SFINAE friendly by @BurningEnlightenment in #22 - Update to copier-cpp template version 0.2.5 by @BurningEnlightenment in #23
Full Changelog: v0.0.0-alpha.6...v0.0.0-alpha.7
v0.0.0-alpha.6
Contains a number of basic C++ utilities.
Available via deeplex/vcpkg-registry@54769ba
What's Changed
- Add an intrusive pointer implementation by @BurningEnlightenment in #2
- Prevent tag_invoke name collisions within the cncr namespace by @BurningEnlightenment in #6
- Upgrade C++ project template to v0.2.1 by @BurningEnlightenment in #9
- Fix aliasing intrusive_ptr API oversights by @BurningEnlightenment in #11
- Return references from
intrusive_ptr::get_handle()
by @BurningEnlightenment in #14 - Implement a status domain generator for enums by @BurningEnlightenment in #15
- Update to copier-cpp template v0.2.2 by @BurningEnlightenment in #16
- Implement
scope_exit
as per library fundamentals TS by @BurningEnlightenment in #17 - Refactor utility header layout by @BurningEnlightenment in #18
New Contributors
- @BurningEnlightenment made their first contribution in #2
Full Changelog: https://github.com/deeplex/concrete/commits/v0.0.0-alpha.6