apache / brpc

brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
https://brpc.apache.org
Apache License 2.0
16.56k stars 3.98k forks source link

Use nullptr instead of NULL #2786

Open chenBright opened 1 month ago

chenBright commented 1 month ago

What problem does this PR solve?

Issue Number:

Problem Summary:

What is changed and the side effects?

Changed:

Side effects:


Check List:

wwbmmm commented 1 month ago

改动有点大。。

chenBright commented 1 month ago

改动确实太大了,或者一个目录提一个PR吧。