[Cppunit-devel] CPPUnit CookBook Question
Brought to you by:
blep
From: Nelson A. C. <cys...@sp...> - 2002-05-30 15:02:15
|
I apologize if this is a very obvious question but .. Regarding the following function of your CPPUnit Cook book: bool operator ==( const Complex &a, const Complex &b ) { return eq( a.real, b.real ) && eq( a.imaginary, b.imaginary ); } Where is eq defined? I have tried to locate a include file that contains that method, but it does not seem to exist. Is this a method we need to create? Best Regards, Nelson Albert Cysneros |