Make vector<size_t> opaque
parent
b4fdda4740
commit
01ea316336
|
@ -11,3 +11,5 @@
|
|||
* mutations on Python side will not be reflected on C++.
|
||||
*/
|
||||
#include <pybind11/stl.h>
|
||||
|
||||
PYBIND11_MAKE_OPAQUE(std::vector<size_t>);
|
||||
|
|
Loading…
Reference in New Issue