mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Use ScopedPointer instead of deprecated auto_ptr
This commit is contained in:
@@ -38,7 +38,8 @@
|
||||
|
||||
#else
|
||||
|
||||
#define UPTR_T std::auto_ptr
|
||||
//#define UPTR_T std::auto_ptr
|
||||
#define UPTR_T ScopedPointer
|
||||
#define MOVE_P(p) (p)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user