Skip to content

glib/gmacros: Always define NULL as nullptr in C++11 and newer

Marco Trevisan requested to merge 3v1n0/glib:always-use-nullptr-in-c++ into main

It's something that is safer to use in C++ world, and I don't know where this may not work, but this has to be discussed.

Merge request reports