cxxomfort  rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
Public Types | List of all members
info Struct Reference

Public Types

enum  { version = CXXOMFORT_DATE , compilerid = CXXOMFORT_COMPILER_ID, compilerversion = static_cast<unsigned>(CXXOMFORT_COMPILER_VERSION) , cxx_std = static_cast<unsigned>(CXXOMFORT_CXX_STD), cxx_emulation = static_cast<unsigned>(CXXOMFORT_CXX_EMULATION) }
 

Detailed Description

Information about the library support

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
version 

library version

compilerid 

compiler identification code

compilerversion 

compiler version code (usually 100*major+minor)

cxx_std 

value of the standard

cxx_emulation 

level of support of C++11 features in C++11 emulation / c++0x mode


The documentation for this struct was generated from the following file: