namespace boost { namespace units { typedef derived_dimension< time_base_dimension, 1, current_base_dimension, 1 >::type electric_charge_dimension; // derived dimension for electric charge : T^1 I^1 } }