Remove pybind/stl.h again
parent
74678fbb8f
commit
90723d933e
|
@ -9,5 +9,4 @@
|
||||||
* automatic STL binding, such that the raw objects can be accessed in Python.
|
* 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
|
* 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>
|
|
Loading…
Reference in New Issue