Author
anonymous
almost 7 years ago
Language
Compiler
Options
Author
anonymous
almost 7 years ago
$
prog.cc:5:9: warning: 'auto_ptr<int>' is deprecated [-Wdeprecated-declarations]
typedef auto_ptr<int> AP;
^
prog.cc:3:57: note: 'auto_ptr<int>' has been explicitly marked deprecated here
class __attribute__((__type_visibility__("default"))) [[deprecated]] auto_ptr { };
^
1 warning generated.
Exit Code:
0