namespace boost { namespace units { namespace si { typedef unit< resistance_dimension, si::system > resistance; static const resistance ohm; static const resistance ohms; } } }