cxxomfort  rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
Macros
_has.hpp File Reference

Macros

#define CXXO_IMPLSTATUS_NATIVE()   (2001u)
 Value returned for feature macro when cxxomfort is redirecting the feature to the compiler's native implementation.
 
#define CXXO_IMPLSTATUS_BACKPORT()   (1001u)
 Value returned for feature macro when cxxomfort is implementing a backport.
 
#define CXXO_IMPLSTATUS_EMULATION()   (101u)
 Value returned for feature macro when cxxomfort provides an emulation.