diff options
author | 2015-07-14 13:38:44 -0700 | |
---|---|---|
committer | 2015-07-14 13:38:44 -0700 | |
commit | df551611d482351f3d195ee39909bfa13c681eaf (patch) | |
tree | 621a11fd073b1c1e448b1e70cd1f846cb4e69e5c /src/ruby/.rubocop_todo.yml | |
parent | f77ab15c571e0778a9726b9097c2b68609aef040 (diff) |
Remove reference to nullptr to avoid compiler seeing ambiguity in gcc-4.4
build. The issue is that gcc below 4.6 require us to explicitly define nullptr,
and our explicit definition allows a potential confusion between
nullptr->unique_ptr<string> and
nullptr->char *->grpc::string->unique_ptr<string>
Diffstat (limited to 'src/ruby/.rubocop_todo.yml')
0 files changed, 0 insertions, 0 deletions