11 Mar
2017
11 Mar
'17
11:43 p.m.
- that safe_signed_range and safe_unsigned_range have a default policy of native seems wrong to me.
In fact, the promotion policy can be eliminated entirely if the underlying
type is always made automatic.
safe<int> x( 5 ); // safe_base