Test with argument templated

release/4.3a0
dellaert 2014-11-30 10:37:25 +01:00
parent 3cffb73155
commit 74361ce64a
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ virtual class MyTemplate : MyBase {
MyTemplate();
template<ARG = {gtsam::Point2, gtsam::Point3, Vector, Matrix}>
void templatedMethod(const ARG& t);
ARG templatedMethod(const ARG& t);
// Stress test templates and pointer combinations
void accept_T(const T& value) const;