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] | |
>I applied to 3.4 and mainline. Great, thanks. >> You also need something like the demangle.h bits here: >> http://gcc.gnu.org/ml/libstdc++/2004-02/txt00014.txt > >Sorry, I don't understand this :/ It is a huge patch >but I don't see anything of it back in CVS. Where was >this patch applied? Or wasn't it? What does that new >template parameter do? Here's just the demangler.h bits. This is necessary if you want to add a default allocator argument, which I did, in my experimentations. I still think this is still a useful thing to have, although I suppose it could be std::allocator instead of __gnu_cxx::new_allocator. Your pick. -benjamin
Attachment:
p.20040225-2.patch
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |