#include <Units.h> template <typename T> struct Convert3<T, T> { // methods template <typename U> static const U& fn(const U& u); };