|
libbio
|

Go to the source code of this file.
Macros | |
| #define | BIO_CONSTEXPR |
| #define | BIO_VIRUTAL_CONSTEXPR virtual |
| #define | BIO_FINAL |
| #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.
| #define BIO_FINAL |
| #define BIO_VIRUTAL_CONSTEXPR virtual |