namespace boost { namespace units { template<> struct base_unit_info<us::grain_base_unit>; namespace us { typedef scaled_base_unit< pound_base_unit, scale< 7000, static_rational<-1 > > > grain_base_unit; } } }