RE:Re: [ROOT] bug&quest

From: Masaharu Goto (MXJ02154@nifty.ne.jp)
Date: Thu Jun 07 2001 - 14:29:48 MEST


Hello Valeriy,

I am happy to answer your question about  iterator::operator!=.  
It is compiler and library dependent. Windows compilers have STL that
has == and != as map/set::iterator member function. g++ has STL that
has == and != as friend function.  HP-UX aCC has STL that has == as
member function but != as a friend function.  I guess you have HP-UX.
Please check also the friend (global) function.

Thank you
Masaharu Goto

>
>> -  I like STL appeared in CINT, but when I use iterators CINT claims
>>    that operator != not defined, although operator == is defined
>>    Could you add this?
>> 



This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:49 MET