github google/autocxx v0.18.0

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

What's Changed

  • Fix a problem when used with the most recent version of syn by @adetaylor in #971
  • Roll to moveit 0.5.0. by @adetaylor in #970. This change allows you to move out of a UniquePtr, e.g.
let xyz: UniquePtr<Foo> = ...;
moveit! {
  let stack_xyz = autocxx::moveit::new::mov(xyz);
}

This is technically a breaking change though I doubt anyone much is using the MoveRef trait a lot.

Full Changelog: v0.17.5...v0.18.0

Don't miss a new autocxx release

NewReleases is sending notifications on new releases.