Remove pybind/stl.h again

release/4.3a0
Amado Antonini 2022-07-19 19:32:21 -04:00
parent 74678fbb8f
commit 90723d933e
1 changed files with 1 additions and 2 deletions

View File

@ -9,5 +9,4 @@
* automatic STL binding, such that the raw objects can be accessed in Python.
* Without this they will be automatically converted to a Python object, and all
* mutations on Python side will not be reflected on C++.
*/
#include <pybind11/stl.h>
*/