Test with argument templated
parent
3cffb73155
commit
74361ce64a
|
@ -106,7 +106,7 @@ virtual class MyTemplate : MyBase {
|
||||||
MyTemplate();
|
MyTemplate();
|
||||||
|
|
||||||
template<ARG = {gtsam::Point2, gtsam::Point3, Vector, Matrix}>
|
template<ARG = {gtsam::Point2, gtsam::Point3, Vector, Matrix}>
|
||||||
void templatedMethod(const ARG& t);
|
ARG templatedMethod(const ARG& t);
|
||||||
|
|
||||||
// Stress test templates and pointer combinations
|
// Stress test templates and pointer combinations
|
||||||
void accept_T(const T& value) const;
|
void accept_T(const T& value) const;
|
||||||
|
|
Loading…
Reference in New Issue