No Subject
Dirk Herrmann
dirk@ida.ing.tu-bs.de
Thu Dec 18 15:47:00 GMT 1997
Hello Mark!
Big 'thank you' for your extremely quick response. But definition after
declaration fails...
> cat test.cc
class X
{
public:
virtual void f() const = 0;
};
template <class T>
class Y: public X
{
public:
virtual void f() const;
};
template <class T>
void Y<T>::f() const
{
}
template <>
void Y<bool>::f() const;
template <>
void Y<bool>::f() const
{
}
> g++ test.cc
test.cc:24: Internal compiler error 892.
test.cc:24: Please submit a full bug report to `egcs-bugs@cygnus.com'.
Best regards, Dirk Herrmann
----------------------------------------------------------------------
Beat the following spammer sites at their own game! SEND SPAM MAIL TO:
postmaster@agis.net postmaster@ascella.net
More information about the Gcc-bugs
mailing list