| 
    cxxomfort
    rel.20210622
    
   Simple backports for C++ - http://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.
 1.8.13