std::auto_ptr auto1(new int(5)); std::auto_ptr auto2(auto1); int a= *auto1;