Sha256: 18cbabf0e597c46a8af0c8d9b5991aa72716a9a06b97b2541ad1108a5e31c051

Contents?: true

Size: 1.22 KB

Versions: 93

Compression:

Stored size: 1.22 KB

Contents

# /* **************************************************************************
#  *                                                                          *
#  *     (C) Copyright Paul Mensonides 2002.
#  *     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_DETAIL_IS_NULLARY_HPP
# define BOOST_PREPROCESSOR_DETAIL_IS_NULLARY_HPP
#
# include <boost/preprocessor/config/config.hpp>
# include <boost/preprocessor/detail/check.hpp>
#
# /* BOOST_PP_IS_NULLARY */
#
# if ~BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_EDG()
#    define BOOST_PP_IS_NULLARY(x) BOOST_PP_CHECK(x, BOOST_PP_IS_NULLARY_CHECK)
# else
#    define BOOST_PP_IS_NULLARY(x) BOOST_PP_IS_NULLARY_I(x)
#    define BOOST_PP_IS_NULLARY_I(x) BOOST_PP_CHECK(x, BOOST_PP_IS_NULLARY_CHECK)
# endif
#
# define BOOST_PP_IS_NULLARY_CHECK() 1
# define BOOST_PP_CHECK_RESULT_BOOST_PP_IS_NULLARY_CHECK 0, BOOST_PP_NIL
#
# endif

Version data entries

93 entries across 93 versions & 4 rubygems

Version Path
buncher-1.0.5 ext/boost/1.57.0/include/boost//preprocessor/detail/is_nullary.hpp
passenger-5.0.7 ext/boost/preprocessor/detail/is_nullary.hpp
passenger-5.0.6 ext/boost/preprocessor/detail/is_nullary.hpp
passenger-5.0.5 ext/boost/preprocessor/detail/is_nullary.hpp
passenger-5.0.4 ext/boost/preprocessor/detail/is_nullary.hpp
passenger-5.0.3 ext/boost/preprocessor/detail/is_nullary.hpp
passenger-5.0.2 ext/boost/preprocessor/detail/is_nullary.hpp
passenger-5.0.1 ext/boost/preprocessor/detail/is_nullary.hpp
passenger-5.0.0.rc2 ext/boost/preprocessor/detail/is_nullary.hpp
passenger-5.0.0.rc1 ext/boost/preprocessor/detail/is_nullary.hpp
passenger-5.0.0.beta3 ext/boost/preprocessor/detail/is_nullary.hpp
passenger-5.0.0.beta2 ext/boost/preprocessor/detail/is_nullary.hpp
passenger-5.0.0.beta1 ext/boost/preprocessor/detail/is_nullary.hpp