added default constructor

[SVN r30551]
This commit is contained in:
Robert Ramey
2005-08-12 17:19:06 +00:00
parent 0bee3a5dfd
commit d534e6ceef

View File

@@ -41,6 +41,7 @@ public:
{
return b == rhs.b;
}
C(){}
};
int test_main( int /* argc */, char* /* argv */[] )