Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:53:38

0001 
0002 //  (C) Copyright Edward Diener 2015
0003 //  Use, modification and distribution are subject to the Boost Software License,
0004 //  Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
0005 //  http://www.boost.org/LICENSE_1_0.txt).
0006 
0007 #if !defined(BOOST_VMD_LIST_HPP)
0008 #define BOOST_VMD_LIST_HPP
0009 
0010 #include <boost/vmd/detail/setup.hpp>
0011 
0012 #if BOOST_PP_VARIADICS
0013 
0014 #include <boost/vmd/list/to_seq.hpp>
0015 #include <boost/vmd/list/to_tuple.hpp>
0016 
0017 #endif /* BOOST_PP_VARIADICS */
0018 #endif /* BOOST_VMD_LIST_HPP */