Revert pybind stl include

release/4.3a0
Amado Antonini 2022-07-13 23:27:00 -04:00
parent 01ea316336
commit e381a7c9d2
1 changed files with 0 additions and 3 deletions

View File

@ -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>);