Switched remaining std::auto_ptrs to use CATCH_AUTO_PTR

This commit is contained in:
Phil Nash
2016-06-08 19:14:54 +01:00
parent f666f5f0ae
commit a74d760d74
2 changed files with 2 additions and 2 deletions

View File

@@ -151,7 +151,7 @@ namespace Catch {
}
ConfigData m_data;
std::auto_ptr<IStream const> m_stream;
CATCH_AUTO_PTR( IStream const ) m_stream;
TestSpec m_testSpec;
};