We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 271f1fa + 977eab7 commit cb518f4Copy full SHA for cb518f4
test/pack_unpack.cc
@@ -31,7 +31,7 @@ struct myclass {
31
myclass() : num(0), str("default") { }
32
33
myclass(int num, const std::string& str) :
34
- num(0), str("default") { }
+ num(num), str(str) { }
35
36
~myclass() { }
37
0 commit comments