Skip to content

Commit 2593fa5

Browse files
committed
Refactor to use macro
1 parent 3962ebf commit 2593fa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/msgpack/v1/object.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ template <typename Stream, typename T>
640640
struct packer_serializer {
641641
static msgpack::packer<Stream>& pack(msgpack::packer<Stream>& o, const T& v) {
642642
// <barretenberg>Note, if this is failing, the associated type probably wants
643-
// an auto msgpack(){ar(NVP(...fields...));} method</barretenberg>
643+
// a MSGPACK(...fields...); macro call </barretenberg>
644644
v.msgpack_pack(o);
645645
return o;
646646
}

0 commit comments

Comments
 (0)