hi...GCC TEAM
gcc version: 2.95.2
system type: SunOS Sirius 5.5.1 Generic_103640-24 sun4u sparc SUNW,Ultra-2
options: -ggdb
file: a.cc
int a()
{
class X
{
public:
};
class Y
{
public:
bool aa(X *a,X *b)
{
}
};
}
thanks
C.Y. Wang