• Feng Xiao's avatar
    Fix compile issues with -std=c++11 · d9ab86cd
    Feng Xiao authored
    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.
    d9ab86cd
map_unittest.proto 4.95 KB