Releases · dtolnay/cxx
1.0.194
1.0.193
1.0.192
- Add support for
Vec<Box<T>>(#1681, thanks @anforowicz)
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
1.0.187
1.0.186
1.0.185
- Support
std::vectorof non-move-constructible element type (#1646)