Skip to content

v0.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@TheNumbat TheNumbat released this 12 Apr 00:38
· 12 commits to main since this release
  • Fixed bug where moved-from optionals/variants wouldn't destruct their contents
  • Fixed bug where emplacing an optional did not destruct the old contents
  • Added rvalue reference variant match overload
  • Added rpp::launder and used it to guard casts in optional/variant
  • Added deduction guides for all container types
  • Added handling for volatile qualifiers in reflection infrastructure
  • Added slice method to array
  • Refactored slice const-ness (now makes use of Slice<const T>)
  • Removed slice constructors that took other containers
  • Removed redundant movable concept