diff --git a/cython/README.md b/cython/README.md index a2a46f99a..e2a34290c 100644 --- a/cython/README.md +++ b/cython/README.md @@ -115,6 +115,9 @@ KNOWN ISSUES TODO ===== +☐ allow duplication of parent' functions in child classes. Not allowed for now due to conflicts in Cython. +☐ a common header for boost shared_ptr? (Or wait until everything is switched to std::shared_ptr in gtsam?) +☐ inner namespaces ==> inner packages? ☐ Wrap fixed-size Matrices/Vectors?