namespace boost { namespace units { template<> struct base_unit_info<us::gallon_base_unit>; namespace us { typedef scaled_base_unit< pint_base_unit, scale< 2, static_rational< 3 > > > gallon_base_unit; } } }