what the path is from memory.h to auto_ptr.h?

Paolo Carlini paolo.carlini@oracle.com
Mon Dec 29 03:40:00 GMT 2008


Eric Liang wrote:
>     So here is the question:what the path is from memory.h to
> auto_ptr.h? or what can I do to find it?
>   
Apparently you are confusing the non-standard C header <memory.h> and
the standard C++ header <memory>. You are interested in auto_ptr, thus
definitely the latter, just point your editor to the installed file and
open it.

Paolo.



More information about the Libstdc++ mailing list