commit | eae7744c0e143b6866b9239f85531decd07d4705 | [log] [tgz] |
---|---|---|
author | Sergey Lyskov <sergey.lyskov@jhu.edu> | Sat May 07 00:26:19 2016 -0400 |
committer | Wenzel Jakob <wenzel.jakob@epfl.ch> | Sun May 15 20:46:07 2016 +0200 |
tree | 6d1dbc9cfd3aab8b480d858025926cdc627af03c | |
parent | 178c8a899da094f391f937fbb927786c756440f4 [diff] [blame] |
adding stl_binders
diff --git a/example/example.cpp b/example/example.cpp index b4199e8..470684a 100644 --- a/example/example.cpp +++ b/example/example.cpp
@@ -25,6 +25,7 @@ void init_ex14(py::module &); void init_ex15(py::module &); void init_ex16(py::module &); +void init_ex17(py::module &); void init_issues(py::module &); #if defined(PYBIND11_TEST_EIGEN) @@ -50,6 +51,7 @@ init_ex14(m); init_ex15(m); init_ex16(m); + init_ex17(m); init_issues(m); #if defined(PYBIND11_TEST_EIGEN)