
13 Mar
2013
13 Mar
'13
8:22 p.m.
On 13 March 2013 20:03, Ion GaztaƱaga
In my tests I use boost/detail/lightweight_test.hpp as it has nearly all I need to test my libraries with very little overhead. However I needed a simple utility to check if an expression throws an exception and I think it can be added to this header with very little code. See attached patch.
Do you find this a good idea? Ok to commit?
Seems like a good idea. I'm not sure if you should use no_exceptions_support, since tests will always fail without exceptions.