return best representation of polymorphic types (fixes #105)

This commit is contained in:
Wenzel Jakob
2016-04-13 13:45:09 +02:00
parent d40885a1e6
commit d7efa4ff7b
7 changed files with 55 additions and 4 deletions

View File

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