mirror of
https://github.com/topjohnwu/cxx.git
synced 2024-11-27 13:50:24 +00:00
39d575fb04
These are going to need to diverge shortly. Indirect args can pass from Rust to C++ as *const T from which C++ will do an unsafe ptr::read, but need to pass from C++ to Rust as *mut T to leave a zero value in the old location for when the C++ destructor runs. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |