Skip to content
Snippets Groups Projects
user avatar
vjpai authored
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>
df551611
History
Name Last commit Last update