Sha256: 545f6e3b25bdcb198a98ac94bff0dee1034b61251a69ea40e2a840ac99e0616b

Contents?: true

Size: 1.58 KB

Versions: 80

Compression:

Stored size: 1.58 KB

Contents

# /* **************************************************************************
#  *                                                                          *
#  *     (C) Copyright Edward Diener 2011.                                    *
#  *     (C) Copyright Paul Mensonides 2011.                                  *
#  *     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_ARRAY_ENUM_HPP
# define BOOST_PREPROCESSOR_ARRAY_ENUM_HPP
#
# include <boost/preprocessor/cat.hpp>
# include <boost/preprocessor/config/config.hpp>
# include <boost/preprocessor/tuple/rem.hpp>
#
# /* BOOST_PP_ARRAY_ENUM */
#
# if BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_MSVC()
#    define BOOST_PP_ARRAY_ENUM(array) BOOST_PP_ARRAY_ENUM_I(BOOST_PP_TUPLE_REM_CTOR, array)
#    define BOOST_PP_ARRAY_ENUM_I(m, args) BOOST_PP_ARRAY_ENUM_II(m, args)
#    define BOOST_PP_ARRAY_ENUM_II(m, args) BOOST_PP_CAT(m ## args,)
# elif BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_MWCC()
#    define BOOST_PP_ARRAY_ENUM(array) BOOST_PP_ARRAY_ENUM_I(array)
#    define BOOST_PP_ARRAY_ENUM_I(array) BOOST_PP_TUPLE_REM_CTOR ## array
# else
#    define BOOST_PP_ARRAY_ENUM(array) BOOST_PP_TUPLE_REM_CTOR array
# endif
#
# endif

Version data entries

80 entries across 80 versions & 4 rubygems

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