12 Mar
2017
12 Mar
'17
1:20 p.m.
John Maddock wrote:
* It would be nice to be able to alter the behaviour via a static_assert - is it possible for the error policy to static assert on a bitwise op on a signed type - so that all bitwise ops on signed types become compiler errors?
Isn't this what trap_exception is supposed to do?