Releases · dtolnay/cxx

1.0.194

1.0.193

1.0.192

1.0.191

  • Suppress a GCC 15 warning false-positive in generated C++ code (#1686)

1.0.190

  • Fix spacing of enum variant static assertions (#1675)

1.0.189

  • Incorporate version number into cxx-generated symbol names to enforce version parity between C++ and Rust code generators in non-Cargo builds (#1665, thanks @anforowicz)

1.0.188

  • Support using a generated Rust file as source file for bridge (#1668, thanks @phil-opp)

1.0.187

  • Update codespan-reporting dependency to 0.13 (#1662, #1661)

1.0.186

  • Improve lifetime-related diagnostics (#1651, #1654)
  • Consolidate associated functions into fewer impl blocks to improve rustdoc (#1652, #1655)

1.0.185

  • Support std::vector of non-move-constructible element type (#1646)