pybind11/tests/pure_cpp
Ralf W. Grosse-Kunstleve 3a336a2047
shared_ptr<bool> vptr_deleter_armed_flag_ptr (instead of unique_ptr) (#2882)
* shared_ptr<bool> vptr_deleter_armed_flag_ptr (instead of unique_ptr), to fix heap-use-after-free bug.

* Fixing  generated by some compilers in the pybind11 CI suite.
2021-03-02 17:43:25 -08:00
..
CMakeLists.txt Adding py::smart_holder (for smart-pointer interoperability). (#2672) 2021-02-23 21:50:42 -08:00
smart_holder_poc_test.cpp shared_ptr<bool> vptr_deleter_armed_flag_ptr (instead of unique_ptr) (#2882) 2021-03-02 17:43:25 -08:00