mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-24 17:18:37 -05:00
Features: Add cxx_nullptr.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
void someFunc(int*)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void otherFunc()
|
||||
{
|
||||
someFunc(nullptr);
|
||||
}
|
||||
Reference in New Issue
Block a user