Can i pass auto_ptr by reference to functions?

Posted by eriks on Stack Overflow See other posts from Stack Overflow or by eriks
Published on 2010-03-21T09:57:48Z Indexed on 2010/03/21 10:01 UTC
Read the original article Hit count: 371

Filed under:
|
|

is the following function OK:

void DoSomething(auto_ptr<int>& a)....

© Stack Overflow or respective owner

Related posts about c++

Related posts about auto-ptr