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: [libstdc++] Problems with deques (patch included)


On Mon, Jul 08, 2002 at 02:03:27AM +0200, Peter Schmid wrote:
> When I use the deque class with a custom allocator, I get "member
> initializers will be reordered" warnings on the main line.

Amazing that nobody's seen this before.  Perhaps everybody's using
instanceless allocators, so they get the specialization that doesn't have
this bug.  Good catch.


> Applying the appended patch fixes the problem.

Like Gaby says, we should make the mirror change instead, for ABI reasons.
Right now I'm testing other changes but will fix this soon.


Phil

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


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