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?


Paolo Carlini wrote:
> 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.
>   
Thanks the reply.
But, hmm...., the auto_ptr.h is in a gcc-version specified
directory(c++/4.3/backward/), I must modify the source code if I want
compile the program after changing(upgrading or downgrading) the
compiler. It's unreasonable,IMO.

Attachment: signature.asc
Description: OpenPGP digital signature


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