Sha256: b13e60b81f115ae38e7bed06a8b9e2c126a5ff6b9cf3b66876141e2a2db7796c

Contents?: true

Size: 1 KB

Versions: 188

Compression:

Stored size: 1 KB

Contents

# /* Copyright (C) 2001
#  * Housemarque Oy
#  * http://www.housemarque.com
#  *
#  * 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)
#  */
#
# /* Revised by Paul Mensonides (2002) */
#
# /* See http://www.boost.org for most recent version. */
#
# ifndef BOOST_PREPROCESSOR_STRINGIZE_HPP
# define BOOST_PREPROCESSOR_STRINGIZE_HPP
#
# include <boost/preprocessor/config/config.hpp>
#
# /* BOOST_PP_STRINGIZE */
#
# if BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_MSVC()
#    define BOOST_PP_STRINGIZE(text) BOOST_PP_STRINGIZE_A((text))
#    define BOOST_PP_STRINGIZE_A(arg) BOOST_PP_STRINGIZE_I arg
# elif BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_MWCC()
#    define BOOST_PP_STRINGIZE(text) BOOST_PP_STRINGIZE_OO((text))
#    define BOOST_PP_STRINGIZE_OO(par) BOOST_PP_STRINGIZE_I ## par
# else
#    define BOOST_PP_STRINGIZE(text) BOOST_PP_STRINGIZE_I(text)
# endif
#
# define BOOST_PP_STRINGIZE_I(text) #text
#
# endif

Version data entries

188 entries across 188 versions & 11 rubygems

Version Path
script_core-0.3.2 ext/enterprise_script_service/msgpack/external/boost/preprocessor/include/boost/preprocessor/stringize.hpp
script_core-0.2.1 ext/enterprise_script_service/msgpack/external/boost/preprocessor/include/boost/preprocessor/stringize.hpp
script_core-0.2.0 ext/enterprise_script_service/msgpack/external/boost/preprocessor/include/boost/preprocessor/stringize.hpp
script_core-0.1.1 ext/enterprise_script_service/msgpack/external/boost/preprocessor/include/boost/preprocessor/stringize.hpp
script_core-0.1.0 ext/enterprise_script_service/msgpack/external/boost/preprocessor/include/boost/preprocessor/stringize.hpp
passenger-6.0.2 src/cxx_supportlib/vendor-modified/boost/preprocessor/stringize.hpp
passenger-6.0.1 src/cxx_supportlib/vendor-modified/boost/preprocessor/stringize.hpp
passenger-6.0.0 src/cxx_supportlib/vendor-modified/boost/preprocessor/stringize.hpp
script_core-0.0.5 ext/enterprise_script_service/msgpack/external/boost/preprocessor/include/boost/preprocessor/stringize.hpp
passenger-5.3.7 src/cxx_supportlib/vendor-modified/boost/preprocessor/stringize.hpp
passenger-5.3.6 src/cxx_supportlib/vendor-modified/boost/preprocessor/stringize.hpp
passenger-5.3.5 src/cxx_supportlib/vendor-modified/boost/preprocessor/stringize.hpp
passenger-5.3.4 src/cxx_supportlib/vendor-modified/boost/preprocessor/stringize.hpp
passenger-5.3.3 src/cxx_supportlib/vendor-modified/boost/preprocessor/stringize.hpp
passenger-5.3.2 src/cxx_supportlib/vendor-modified/boost/preprocessor/stringize.hpp
passenger-5.3.1 src/cxx_supportlib/vendor-modified/boost/preprocessor/stringize.hpp
passenger-5.3.0 src/cxx_supportlib/vendor-modified/boost/preprocessor/stringize.hpp
passenger-5.2.3 src/cxx_supportlib/vendor-modified/boost/preprocessor/stringize.hpp
passenger-5.2.2 src/cxx_supportlib/vendor-modified/boost/preprocessor/stringize.hpp
script_core-0.0.4 ext/enterprise_script_service/msgpack/external/boost/preprocessor/include/boost/preprocessor/stringize.hpp