Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:48:24

0001 # /* **************************************************************************
0002 #  *                                                                          *
0003 #  *     (C) Copyright Edward Diener 2019.
0004 #  *     Distributed under the Boost Software License, Version 1.0. (See
0005 #  *     accompanying file LICENSE_1_0.txt or copy at
0006 #  *     http://www.boost.org/LICENSE_1_0.txt)
0007 #  *                                                                          *
0008 #  ************************************************************************** */
0009 #
0010 # /* See http://www.boost.org for most recent version. */
0011 #
0012 # ifndef BOOST_PREPROCESSOR_FACILITIES_CHECK_EMPTY_HPP
0013 # define BOOST_PREPROCESSOR_FACILITIES_CHECK_EMPTY_HPP
0014 # include <boost/preprocessor/variadic/has_opt.hpp>
0015 # if BOOST_PP_VARIADIC_HAS_OPT()
0016 # include <boost/preprocessor/facilities/is_empty_variadic.hpp>
0017 # define BOOST_PP_CHECK_EMPTY(...) BOOST_PP_IS_EMPTY_OPT(__VA_ARGS__)
0018 # endif /* BOOST_PP_VARIADIC_HAS_OPT() */
0019 # endif /* BOOST_PREPROCESSOR_FACILITIES_CHECK_EMPTY_HPP */