#include "../config/config.hpp"

Go to the source code of this file.
Macros | |
| #define | BOOST_PP_IIF(bit, t, f) BOOST_PP_IIF_I(bit, t, f) |
| #define | BOOST_PP_IIF_0(t, f) f |
| #define | BOOST_PP_IIF_1(t, f) t |
| #define | BOOST_PP_IIF_I(bit, t, f) BOOST_PP_IIF_ ## bit(t, f) |