pickling support (fixes #144)

This commit is contained in:
Wenzel Jakob
2016-04-13 02:37:36 +02:00
parent 505466ff0e
commit 1c329aab5a
8 changed files with 164 additions and 2 deletions

View File

@@ -120,6 +120,7 @@ set(PYBIND11_EXAMPLES
example/example12.cpp
example/example13.cpp
example/example14.cpp
example/example15.cpp
example/issues.cpp
)