c++ Programming Glossary: pp_cat
Does there exist a static_warning? http://stackoverflow.com/questions/8936063/does-there-exist-a-static-warning #else #error This compiler is not supported #endif #define PP_CAT x y PP_CAT1 x y #define PP_CAT1 x y x##y namespace detail struct.. This compiler is not supported #endif #define PP_CAT x y PP_CAT1 x y #define PP_CAT1 x y x##y namespace detail struct true_type.. supported #endif #define PP_CAT x y PP_CAT1 x y #define PP_CAT1 x y x##y namespace detail struct true_type struct false_type..
|