Home
last modified time | relevance | path

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

/third_party/boost/libs/metaparse/tools/benchmark/include/
Dbenchmark_util.hpp277 #define CAT_IMPL(a, b) a ## b macro
278 #define CAT(a, b) CAT_IMPL(a, b)