Processing commands for [EMAIL PROTECTED]:
> retitle 152315 [fixed in g++-3.x] g++-2.95-3/4 template and virtual
> inheritance bug
Bug#152315: g++-2.95-3/4 template and virtual inheritance bug
Changed Bug title.
> tags 152315 + fixed
Bug#152315: [fixed in g++-3.x] g++-2.95-3/4 tem
Package: g++-2.95
Version: 1:2.95.4-9
Severity: important
$ cat < test.C
class base { };
// error occurs only using template classes and virtual inheritance!
template
class templateClass : public virtual base {
public:
templateClass() {}
templateClass( const templateClass
2 matches
Mail list logo