This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 priority_queues (patch included)


On Fri, Dec 28, 2001 at 11:07:44PM +0100, Peter Schmid wrote:
> Code employing priority_queues does not compile on the main
> line. Fixed by the attached patch.

No, this is partially reverting the change from a few days ago.  The name
needs to remain uglified.

> GNU C++ version 3.1 20011225 (experimental) (i686-pc-linux-gnu)
> 	compiled by GNU C version 3.1 20011225 (experimental).
> ignoring nonexistent directory "NONE/include"

That NONE/include still bothers me...

> /usr/local/include/g++-v3/bits/stl_iterator.h:158: `_M_current' undeclared 
>    (first use this function)
> /usr/local/include/g++-v3/bits/stl_iterator.h:158: (Each undeclared identifier 
>    is reported only once for each function it appears in.)

"grep current * | grep -v _M_current | grep -v //" doesn't reveal anything
out of the ordinary for me.  Are you sure that you have the current sources?

-- 
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]