I should have remembered to compile and check before committing.
parent
82f6ed5ca8
commit
f8183acd87
|
|
@ -45,7 +45,7 @@ namespace gtsam {
|
||||||
// ChartValue is derived from GenericValue<T> and Chart so that Chart can be zero sized (as in DefaultChart<T>)
|
// ChartValue is derived from GenericValue<T> and Chart so that Chart can be zero sized (as in DefaultChart<T>)
|
||||||
// if the Chart is a member variable then it won't ever be zero sized.
|
// if the Chart is a member variable then it won't ever be zero sized.
|
||||||
template<class T, class Chart_=DefaultChart<T> >
|
template<class T, class Chart_=DefaultChart<T> >
|
||||||
class ChartValue : public GenericValue<T>, public Chart {
|
class ChartValue : public GenericValue<T>, public Chart_ {
|
||||||
BOOST_CONCEPT_ASSERT((ChartConcept<Chart_>));
|
BOOST_CONCEPT_ASSERT((ChartConcept<Chart_>));
|
||||||
public:
|
public:
|
||||||
typedef T type;
|
typedef T type;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue