cxx/macro
David Tolnay 39d575fb04
Separate the two uses of expand_extern_arg
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.
2020-03-03 12:47:43 -08:00
..
src Separate the two uses of expand_extern_arg 2020-03-03 12:47:43 -08:00
Cargo.toml Release 0.1.2 2020-01-20 18:53:20 -08:00