This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]