mirror of
https://github.com/boostorg/serialization.git
synced 2026-01-26 07:02:09 +00:00
added default constructor
[SVN r30551]
This commit is contained in:
@@ -41,6 +41,7 @@ public:
|
||||
{
|
||||
return b == rhs.b;
|
||||
}
|
||||
C(){}
|
||||
};
|
||||
|
||||
int test_main( int /* argc */, char* /* argv */[] )
|
||||
|
||||
Reference in New Issue
Block a user