libbio
Loading...
Searching...
No Matches
Macros
KeywordMacros.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BIO_CONSTEXPR
 
#define BIO_VIRUTAL_CONSTEXPR   virtual
 
#define BIO_FINAL
 

Macro Definition Documentation

◆ BIO_CONSTEXPR

#define BIO_CONSTEXPR

Because we support c++98 but also want to take advantage of later c++ features, we have to make our own wrappers around some keywords.
Here, we define the "constexpr" keyword for only c++11 and beyond.

◆ BIO_FINAL

#define BIO_FINAL

◆ BIO_VIRUTAL_CONSTEXPR

#define BIO_VIRUTAL_CONSTEXPR   virtual