diff options
| author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-10-15 17:45:56 +0200 |
|---|---|---|
| committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-10-15 17:45:56 +0200 |
| commit | 442300567b57ff6a02b180e36407b93e2177a3fc (patch) | |
| tree | c26368da3145041d1a88d926d5822547752c0559 /include/cppunit | |
| parent | c314941600c5bd601831e6204b04b06a223064e7 (diff) | |
| download | cppunit-442300567b57ff6a02b180e36407b93e2177a3fc.tar.gz | |
always use std::unique_ptr
Diffstat (limited to 'include/cppunit')
| -rw-r--r-- | include/cppunit/portability/SmartPtr.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/cppunit/portability/SmartPtr.h b/include/cppunit/portability/SmartPtr.h index 5fa9c9d..76e2183 100644 --- a/include/cppunit/portability/SmartPtr.h +++ b/include/cppunit/portability/SmartPtr.h @@ -1,10 +1,6 @@ #ifndef CPPUNIT_PORTABILITY_CPPUNITSMARTPTR_H #define CPPUNIT_PORTABILITY_CPPUNITSMARTPTR_H -#if HAVE_CXX11 #define CppUnitSmartPtr std::unique_ptr -#else -#define CppUnitSmartPtr std::auto_ptr -#endif #endif // CPPUNIT_PORTABILITY_CPPUNITDEQUE_H |
