Protocol buffer 3 does support map, but does it support nested maps?
I got an error like "test.proto:x:y: Expected ">"." while trying to compile
the following proto, is it intentional?
message test {
map<string, int64> field1 = 1;
map<string, map<string, int64>> field2 = 2;
}
--
You received this message because you are subscribed to the Google Groups
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.