Start of change

New nullptr keyword

Description: The new keyword nullptr is introduced as a null pointer constant for C++. The nullptr constant can be distinguished from integer 0 for overloaded functions. You can use the LANGLVL(NULLPTR) option to enable the support for this keyword.

When change was introduced: z/OS® V2R2

Reference information:
End of change