cxxomfort
rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
|
Implementation detaisl for "nullptr" backport. More...
Macros | |
#define | CXXOMFORT_IMPLEMENTS_n1601 CXXOMFORT_IMPLEMENTS_n1488 |
Null pointer literal (backport) More... | |
Implementation detaisl for "nullptr" backport.
Interfaces defined in this file:
#define CXXOMFORT_IMPLEMENTS_n1601 CXXOMFORT_IMPLEMENTS_n1488 |
Null pointer literal (backport)
The null pointer literal nullptr
allows for explicit comparison or assignment with pointer types, to disambiguate from contexts where eg.: 0
(zero) or a macro like NULL
are used.