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 c6e6dbc + e89045c commit b4fe698Copy full SHA for b4fe698
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