This compiles with -std=c++11: message Foo { map<string, Foo> value = 1; } This does not compile: message Foo { map<int32, Foo> value = 1; } Needs to dig more into the underlying issue.pull/742/head
parent
b192ba87f7
commit
d9ab86cdbf
2 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue