Revert pybind stl include
parent
01ea316336
commit
e381a7c9d2
|
@ -10,6 +10,3 @@
|
||||||
* Without this they will be automatically converted to a Python object, and all
|
* Without this they will be automatically converted to a Python object, and all
|
||||||
* mutations on Python side will not be reflected on C++.
|
* 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