copy_ctor_mutates_rhs
../libs/python/test/copy_ctor_mutates_rhs.cpp:12:19: warning: 'auto_ptr<int>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/copy_ctor_mutates_rhs.cpp:19:52: warning: 'auto_ptr<int>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
2 warnings generated.
pointee
../libs/python/test/pointee.cpp:17:45: warning: 'auto_ptr<char **>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
1 warning generated.
select_holder
../libs/python/test/select_holder.cpp:65:29: warning: 'auto_ptr<Base>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/select_holder.cpp:66:30: warning: 'auto_ptr<Base>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/select_holder.cpp:68:29: warning: 'auto_ptr<Derived>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/select_holder.cpp:69:45: warning: 'auto_ptr<Derived>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/select_holder.cpp:71:27: warning: 'auto_ptr<BR>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/python/test/select_holder.cpp:72:45: warning: 'auto_ptr<BR>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
6 warnings generated.