Commits

Nehal J Wani authored 552cde9dd58
Allow exception to be thrown in ~FixtureDtorThrows() This change allows buiding and running the tests with c++11 and above. xref: https://akrzemi1.wordpress.com/2013/08/20/noexcept-destructors/ Fixes #61, #47