commit | c6ad2c4993fecb60503b6f2ab9941f4ccae5fe5c | [log] [tgz] |
---|---|---|
author | Klemens Morgenstern <klemens.morgenstern@ed-chemnitz.de> | Thu Jun 09 16:10:26 2016 +0200 |
committer | Wenzel Jakob <wenzel.jakob@epfl.ch> | Fri Jul 08 10:05:24 2016 +0200 |
tree | 3fb3deeddd1b27c2e4a4b0c5f390349e6ef41e6a | |
parent | c2ee3f52b51f45957f59a4cf1b6f3d7b921f4e2a [diff] [blame] |
added exec functions
diff --git a/example/example.cpp b/example/example.cpp index 470684a..1f3c18d 100644 --- a/example/example.cpp +++ b/example/example.cpp
@@ -26,6 +26,7 @@ void init_ex15(py::module &); void init_ex16(py::module &); void init_ex17(py::module &); +void init_ex18(py::module &); void init_issues(py::module &); #if defined(PYBIND11_TEST_EIGEN) @@ -52,6 +53,7 @@ init_ex15(m); init_ex16(m); init_ex17(m); + init_ex18(m); init_issues(m); #if defined(PYBIND11_TEST_EIGEN)