2 // GROUPS passed operators
4 // Message-Id: <CCJrut.9M7@csc.ti.com>
5 // From: rowlands@hc.ti.com (Jon Rowlands)
6 // Subject: g++ 2.4.5: assignment operator in base class
7 // Date: Mon, 30 Aug 1993 00:54:29 GMT
11 B & operator = (B); // delete this line and problem goes away
28 d = 0; // t.cxx:20: assignment not defined for type `D'
31 d = b; // t.cxx:23: assignment not defined for type `D'