Sha256: c2ebe0d7ef93d6373c96c6711be7313f241c09fbe1fab601b74d5f9b4a6e0a84

Contents?: true

Size: 1.56 KB

Versions: 50

Compression:

Stored size: 1.56 KB

Contents

# /* **************************************************************************
#  *                                                                          *
#  *     (C) Copyright Edward Diener 2015.
#  *     Distributed under the Boost Software License, Version 1.0. (See
#  *     accompanying file LICENSE_1_0.txt or copy at
#  *     http://www.boost.org/LICENSE_1_0.txt)
#  *                                                                          *
#  ************************************************************************** */
#
# /* See http://www.boost.org for most recent version. */
#
# ifndef BOOST_PREPROCESSOR_SEQ_DETAIL_IS_EMPTY_HPP
# define BOOST_PREPROCESSOR_SEQ_DETAIL_IS_EMPTY_HPP
#
# include <boost/preprocessor/config/config.hpp>
# include <boost/preprocessor/arithmetic/dec.hpp>
# include <boost/preprocessor/logical/bool.hpp>
# include <boost/preprocessor/logical/compl.hpp>
# include <boost/preprocessor/seq/size.hpp>
#
/* An empty seq is one that is just BOOST_PP_SEQ_NIL */
#
# define BOOST_PP_SEQ_DETAIL_IS_EMPTY(seq) \
	BOOST_PP_COMPL \
		( \
		BOOST_PP_SEQ_DETAIL_IS_NOT_EMPTY(seq) \
		) \
/**/
#
# define BOOST_PP_SEQ_DETAIL_IS_EMPTY_SIZE(size) \
	BOOST_PP_COMPL \
		( \
		BOOST_PP_SEQ_DETAIL_IS_NOT_EMPTY_SIZE(size) \
		) \
/**/
#
# define BOOST_PP_SEQ_DETAIL_IS_NOT_EMPTY(seq) \
	BOOST_PP_SEQ_DETAIL_IS_NOT_EMPTY_SIZE(BOOST_PP_SEQ_DETAIL_EMPTY_SIZE(seq)) \
/**/
#
# define BOOST_PP_SEQ_DETAIL_IS_NOT_EMPTY_SIZE(size) \
	BOOST_PP_BOOL(size) \
/**/
#
# define BOOST_PP_SEQ_DETAIL_EMPTY_SIZE(seq) \
	BOOST_PP_DEC(BOOST_PP_SEQ_SIZE(seq (nil))) \
/**/
#
# endif

Version data entries

50 entries across 50 versions & 3 rubygems

Version Path
script_core-0.3.2 ext/enterprise_script_service/msgpack/external/boost/preprocessor/include/boost/preprocessor/seq/detail/is_empty.hpp
passenger-6.0.7 src/cxx_supportlib/vendor-modified/boost/preprocessor/seq/detail/is_empty.hpp
passenger-6.0.6 src/cxx_supportlib/vendor-modified/boost/preprocessor/seq/detail/is_empty.hpp
passenger-6.0.5 src/cxx_supportlib/vendor-modified/boost/preprocessor/seq/detail/is_empty.hpp
script_core-0.2.1 ext/enterprise_script_service/msgpack/external/boost/preprocessor/include/boost/preprocessor/seq/detail/is_empty.hpp
script_core-0.2.0 ext/enterprise_script_service/msgpack/external/boost/preprocessor/include/boost/preprocessor/seq/detail/is_empty.hpp
passenger-6.0.4 src/cxx_supportlib/vendor-modified/boost/preprocessor/seq/detail/is_empty.hpp
passenger-6.0.3 src/cxx_supportlib/vendor-modified/boost/preprocessor/seq/detail/is_empty.hpp
script_core-0.1.1 ext/enterprise_script_service/msgpack/external/boost/preprocessor/include/boost/preprocessor/seq/detail/is_empty.hpp
script_core-0.1.0 ext/enterprise_script_service/msgpack/external/boost/preprocessor/include/boost/preprocessor/seq/detail/is_empty.hpp
passenger-6.0.2 src/cxx_supportlib/vendor-modified/boost/preprocessor/seq/detail/is_empty.hpp
passenger-6.0.1 src/cxx_supportlib/vendor-modified/boost/preprocessor/seq/detail/is_empty.hpp
passenger-6.0.0 src/cxx_supportlib/vendor-modified/boost/preprocessor/seq/detail/is_empty.hpp
script_core-0.0.5 ext/enterprise_script_service/msgpack/external/boost/preprocessor/include/boost/preprocessor/seq/detail/is_empty.hpp
passenger-5.3.7 src/cxx_supportlib/vendor-modified/boost/preprocessor/seq/detail/is_empty.hpp
passenger-5.3.6 src/cxx_supportlib/vendor-modified/boost/preprocessor/seq/detail/is_empty.hpp
passenger-5.3.5 src/cxx_supportlib/vendor-modified/boost/preprocessor/seq/detail/is_empty.hpp
passenger-5.3.4 src/cxx_supportlib/vendor-modified/boost/preprocessor/seq/detail/is_empty.hpp
passenger-5.3.3 src/cxx_supportlib/vendor-modified/boost/preprocessor/seq/detail/is_empty.hpp
passenger-5.3.2 src/cxx_supportlib/vendor-modified/boost/preprocessor/seq/detail/is_empty.hpp