Finally debugged the root cause!
parent
28b216b72f
commit
e2a2634652
|
@ -11,7 +11,8 @@
|
||||||
* mutations on Python side will not be reflected on C++.
|
* mutations on Python side will not be reflected on C++.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <pybind11/stl.h>
|
// Including <stl.h> can cause some serious hard-to-debug bugs!!!
|
||||||
|
// #include <pybind11/stl.h>
|
||||||
#include <pybind11/stl_bind.h>
|
#include <pybind11/stl_bind.h>
|
||||||
|
|
||||||
PYBIND11_MAKE_OPAQUE(
|
PYBIND11_MAKE_OPAQUE(
|
||||||
|
|
Loading…
Reference in New Issue