Home
last modified time | relevance | path

Searched refs:PP_CAT_ (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/callable_traits/test/
Dtest.hpp31 #define PP_CAT_(x, y) x ## y macro
32 #define PP_CAT(x, y) PP_CAT_(x, y)
Dqualifier_metafunction_constraints.hpp11 #define PP_CAT_(x, y) x ## y macro
12 #define PP_CAT(x, y) PP_CAT_(x, y)