namespace boost { namespace units { namespace si { typedef unit< force_dimension, si::system > force; static const force newton; static const force newtons; } } }