mirror of
https://github.com/catchorg/Catch2.git
synced 2025-07-13 20:35:32 +02: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.