Source code
Revision control
Copy as Markdown
Other Tools
#include "structures.h"
int foo() {
std::unique_ptr<int> P;
delete P.release();
}
#include "structures.h"
int foo() {
std::unique_ptr<int> P;
delete P.release();
}