[api] Undefine PROTO_OUTLINE_FOR_SIZE after the encode helpers

The macro only exists for the two fixed32 writers in ProtoEncode, so
drop it once the class is complete instead of leaking it into every
translation unit that includes proto.h.
This commit is contained in:
J. Nick Koston
2026-09-07 10:09:46 +02:00
parent 3b14f4dfc8
commit b77e2441d4
+1
View File
@@ -597,6 +597,7 @@ class ProtoEncode {
return buffer.get_pos();
}
};
#undef PROTO_OUTLINE_FOR_SIZE
#ifdef HAS_PROTO_MESSAGE_DUMP
/**