joakimkarlsson / igloo

A framework for unit testing in C++
Boost Software License 1.0
153 stars 32 forks source link

Using of deprecated auto_ptr #21

Closed brain-damage closed 2 years ago

brain-damage commented 6 years ago

https://github.com/joakimkarlsson/igloo/blob/8d6468c47aceb0aac270a4ecb89d25e749141605/igloo/core/testrunner.h#L47

GCC worries: testrunner.h|47|warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]|