This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB 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: operator* for iterators


On Thu, Dec 06, 2001 at 12:41:23PM -0800, Craig Maloney wrote:
> I have intermittent problems trying to do the following:
> 
> If I have a list or vector iterator (say, li and vi)
> and I try to dereference them, I get the following:
> 
> "structure has no component named operator*"

What C++ compiler version, and what GDB version, and what platform, and
what debug format?

I don't know the state of calling overloaded operators right now, but I
wouldn't be surprised if it was badly off.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


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