mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-05 06:29:32 +01:00
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.