------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-19 
22:56 -------
Not a bug because:
 friend
 const
 T& operator |(T t1, const T& t2) { return t1 |= t2; }
is being invoked, this comes from:
template<typename T>
class logicalMixin {

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21672

Reply via email to