what the path is from memory.h to auto_ptr.h?
Eric Liang
eric.l.2046@gmail.com
Mon Dec 29 04:20:00 GMT 2008
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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 260 bytes
Desc: OpenPGP digital signature
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20081229/bc30af24/attachment.sig>
More information about the Libstdc++
mailing list