github google/autocxx v0.21.0

latest releases: v0.27.0, v0.26.0, v0.25.0...
pre-release2 years ago

What's Changed

Major breaking change:

  • Functions which return (non-POD) values no longer return a UniquePtr. Instead they return an impl New, so you can emplace them on the stack or in a Box if you prefer. If in doubt, simply append .within_unique_ptr() to go back to the old behavior. (#998)
  • Function calls which take rvalue reference parameters (Thingy&&) are now supported (#821)

Bug fixes:

Full Changelog: v0.20.1...v0.21.0

Don't miss a new autocxx release

NewReleases is sending notifications on new releases.