namespace boost { namespace units { template<> struct base_unit_info<us::foot_base_unit>; namespace us { typedef scaled_base_unit< yard_base_unit, scale< 3, static_rational<-1 > > > foot_base_unit; } } }