Home
last modified time | relevance | path

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

/third_party/boost/boost/preprocessor/array/
Denum.hpp24 # define BOOST_PP_ARRAY_ENUM_I(m, args) BOOST_PP_ARRAY_ENUM_II(m, args)
25 # define BOOST_PP_ARRAY_ENUM_II(m, args) BOOST_PP_CAT(m ## args,) macro