123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- #if !defined(BOOST_VMD_IS_TUPLE_HPP)
- #define BOOST_VMD_IS_TUPLE_HPP
- #include <boost/vmd/detail/setup.hpp>
- #if BOOST_PP_VARIADICS
- #include <boost/vmd/detail/is_tuple.hpp>
- #define BOOST_VMD_IS_TUPLE(sequence) \
- BOOST_VMD_DETAIL_IS_TUPLE(sequence) \
- #endif
- #endif
|