#include <boost/preprocessor/tuple/to_set.hpp> BOOST_PP_TUPLE_TO_SET(3, (a, b, c)) // expands to (a)(b)(c)