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: small oversight in new_allocator.h


>On line 80: of new_allocator.h, a reference is made to
>allocator<void>::....... whereas allocator is not included in that file.
>Suggested change: replace by const void* (which makes me wonder whether
>it makes sense to have void objects?)

You're lagging CVS a bit.... this was fixed with the switch. Current
/ext/new_allocator.h has this fix already.

best,
benjamin


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