Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:52:54

0001 
0002 //  (C) Copyright Edward Diener 2019
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_TTI_DETAIL_MACRO_FVE_HPP)
0008 #define BOOST_TTI_DETAIL_MACRO_FVE_HPP
0009 
0010 #include <boost/preprocessor/variadic/elem.hpp>
0011 
0012 #define BOOST_TTI_DETAIL_FIRST_VARIADIC_ELEM(...) \
0013     BOOST_PP_VARIADIC_ELEM(0,__VA_ARGS__) \
0014 /**/
0015 
0016 #endif // BOOST_TTI_DETAIL_MACRO_FVE_HPP