yse / easy_profiler

Lightweight profiler library for c++
MIT License
2.15k stars 184 forks source link

Fix warning: Use nullptr instead 0 as pointer value. #150

Closed tkalbitz closed 5 years ago

tkalbitz commented 5 years ago

In my project clang was objecting 0 as as pointer value. For C++11 nullptr is recommended.

yse commented 5 years ago

Thanks for contributing!