aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2015-08-25 22:20:47 -0700
committerFeng Xiao <xfxyjwf@gmail.com>2015-08-25 22:20:47 -0700
commitd9ab86cdbf87915319020241de65b821be068db7 (patch)
treeff19acb4736b324c8e6a244e351cacede909cba5 /Makefile.am
parentb192ba87f72b5e3e8add09bbcbb7623831e3079b (diff)
downloadprotobuf-d9ab86cdbf87915319020241de65b821be068db7.tar.gz
protobuf-d9ab86cdbf87915319020241de65b821be068db7.tar.bz2
protobuf-d9ab86cdbf87915319020241de65b821be068db7.zip
Fix compile issues with -std=c++11
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.
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions