catch2/single_include
ArthurChamz 4abb5a2af7 Fix compilation error with old GCC versions.
Compilation failed with GCC 4.3.3 under QNX 6.4.1. This use of
auto_ptr's operator= is not supported. Change to reset() which has the
same functionality with new pointers, applying to both auto_ptr and
unique_ptr.
2014-06-04 19:00:41 -05:00
..
catch.hpp Fix compilation error with old GCC versions. 2014-06-04 19:00:41 -05:00