template struct cvflann::squareDistance<L2<ElementType>, ElementType>
#include <dist.h> template <typename ElementType> struct squareDistance<L2<ElementType>, ElementType> { // typedefs typedef L2<ElementType>::ResultType ResultType; // methods ResultType operator()(ResultType dist); };