We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3962ebf commit 2593fa5Copy full SHA for 2593fa5
1 file changed
include/msgpack/v1/object.hpp
@@ -640,7 +640,7 @@ template <typename Stream, typename T>
640
struct packer_serializer {
641
static msgpack::packer<Stream>& pack(msgpack::packer<Stream>& o, const T& v) {
642
// <barretenberg>Note, if this is failing, the associated type probably wants
643
- // an auto msgpack(){ar(NVP(...fields...));} method</barretenberg>
+ // a MSGPACK(...fields...); macro call </barretenberg>
644
v.msgpack_pack(o);
645
return o;
646
}
0 commit comments