This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Predeclarations of classes


hallo list,

converting a project from VisualC++ to GCC (4.6.1) the following problem occurs:

class A; //*

class B
{

public:
	
	A* a;
};


brings at line " //* " the error-message:


"predeclaration of struct A"


it's a simple predeclaration ? any idea ??


thanks and best regards

Simon

--
Dr. Simon Lange
PARTEC GmbH
0341-9213491


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]