![]() |
Home | Libraries | People | FAQ | More |
namespace boost { namespace units { template<> struct base_unit_info<imperial::gallon_base_unit>; namespace imperial { typedef scaled_base_unit< pint_base_unit, scale< 8, static_rational< 1 > > > gallon_base_unit; } } }