Sha256: 425b213e0e6de1d0d65a1020ff3910cad3d340974fe3f0f5a2f4120da54e50f1

Contents?: true

Size: 1.15 KB

Versions: 14

Compression:

Stored size: 1.15 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_WSTRINGIZE_HPP
# define BOOST_PREPROCESSOR_WSTRINGIZE_HPP
#
# include <boost/preprocessor/config/config.hpp>
#
# /* BOOST_PP_WSTRINGIZE */
#
# if ~BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_MWCC()
#    define BOOST_PP_WSTRINGIZE(text) BOOST_PP_WSTRINGIZE_I(text)
# else
#    define BOOST_PP_WSTRINGIZE(text) BOOST_PP_WSTRINGIZE_OO((text))
#    define BOOST_PP_WSTRINGIZE_OO(par) BOOST_PP_WSTRINGIZE_I ## par
# endif
#
# define BOOST_PP_WSTRINGIZE_I(...) BOOST_PP_WSTRINGIZE_II(#__VA_ARGS__)
# define BOOST_PP_WSTRINGIZE_II(str) L ## str
#
# endif

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
passenger-6.0.24 src/cxx_supportlib/vendor-modified/boost/preprocessor/wstringize.hpp
passenger-6.0.23 src/cxx_supportlib/vendor-modified/boost/preprocessor/wstringize.hpp
passenger-6.0.20 src/cxx_supportlib/vendor-modified/boost/preprocessor/wstringize.hpp
passenger-6.0.19 src/cxx_supportlib/vendor-modified/boost/preprocessor/wstringize.hpp
passenger-6.0.18 src/cxx_supportlib/vendor-modified/boost/preprocessor/wstringize.hpp
passenger-6.0.17 src/cxx_supportlib/vendor-modified/boost/preprocessor/wstringize.hpp
passenger-6.0.16 src/cxx_supportlib/vendor-modified/boost/preprocessor/wstringize.hpp
passenger-6.0.15 src/cxx_supportlib/vendor-modified/boost/preprocessor/wstringize.hpp
passenger-6.0.14 src/cxx_supportlib/vendor-modified/boost/preprocessor/wstringize.hpp
passenger-6.0.13 src/cxx_supportlib/vendor-modified/boost/preprocessor/wstringize.hpp
passenger-6.0.12 src/cxx_supportlib/vendor-modified/boost/preprocessor/wstringize.hpp
passenger-6.0.11 src/cxx_supportlib/vendor-modified/boost/preprocessor/wstringize.hpp
passenger-6.0.10 src/cxx_supportlib/vendor-modified/boost/preprocessor/wstringize.hpp
passenger-6.0.9 src/cxx_supportlib/vendor-modified/boost/preprocessor/wstringize.hpp