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.
1 parent c6e6dbc commit e89045cCopy full SHA for e89045c
QUICKSTART-CPP.md
@@ -78,7 +78,7 @@ int main(void) {
78
79
// now starts streaming deserialization.
80
msgpack::object_handle oh;
81
- while(pac.next(&oh)) {
+ while(pac.next(oh)) {
82
std::cout << oh.get() << std::endl;
83
}
84
0 commit comments