Michael-F-Bryan / rust-ffi-guide

A guide for doing FFI using Rust
https://michael-f-bryan.github.io/rust-ffi-guide/
Creative Commons Zero v1.0 Universal
282 stars 18 forks source link

WrapperException ctor now takes const ref. #68

Closed gurry closed 6 years ago

gurry commented 6 years ago

The previous declaration was non-idiomatic C++.

Michael-F-Bryan commented 6 years ago

Thanks for picking this one up @gurry!