From 3e4a8b6b48900246cfc04d5f4dffd6d75ce5a4e0 Mon Sep 17 00:00:00 2001 From: Duy-Nguyen Ta Date: Sat, 18 Mar 2017 23:06:19 -0400 Subject: [PATCH] update todo with some nice-to-have features --- cython/README.md | 3 +++ 1 file changed, 3 insertions(+) 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?