native type being
passed as a template parameter for the type safe<int>.
This example is slightly contrived in that safe<int>
has native as its default promotion parameter so explicitly
using native is not necessary.#include
<boost/numeric/safe_numerics/native.hpp>