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

Macros

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