Skip to content

Use nullptr instead of 0

ThosRTanner requested to merge ThosRTanner/pan:use-nullptr into master

This is a general (slightly religious!) cleanup to use 'nullptr' instead of 0 for null pointers, and enables the corresponding compiler warning.

I find this usage makes things a lot clearer.

Merge request reports