staticwarning.h File Reference
#include "boost/mpl/eval_if.hpp"
Go to the source code of this file.
Namespaces | |
namespace | failed_assertion |
Defines | |
#define | JOIN(X, Y) DO_JOIN( X, Y ) |
#define | DO_JOIN(X, Y) DO_JOIN2(X,Y) |
#define | DO_JOIN2(X, Y) X##Y |
#define | FAMOUSO_STATIC_ASSERT_WARNING(expr, msg, types) |
Define Documentation
#define DO_JOIN | ( | X, | |||
Y | ) | DO_JOIN2(X,Y) |
#define DO_JOIN2 | ( | X, | |||
Y | ) | X##Y |
#define FAMOUSO_STATIC_ASSERT_WARNING | ( | expr, | |||
msg, | |||||
types | ) |
#define JOIN | ( | X, | |||
Y | ) | DO_JOIN( X, Y ) |