Warnings: teeks99-06-dc15-2b-64onaarch64 - python / clang-linux-15~c++2b
Rev c5239cd4ca1e63a779117b2b48e182fa95c31b54 / Mon, 18 Nov 2024 02:07:21 +0000
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.