![]() |
Home | Libraries | People | FAQ | More |
namespace boost { namespace units { template<> struct base_unit_info<imperial::drachm_base_unit>; namespace imperial { typedef scaled_base_unit< pound_base_unit, scale< 16, static_rational<-2 > > > drachm_base_unit; } } }