Sha256: 3503b17141bdbc405b6248b7d44c903e42008f9c777c400650e33e84f8c11943
Contents?: true
Size: 966 Bytes
Versions: 44
Compression:
Stored size: 966 Bytes
Contents
# /* ************************************************************************** # * * # * (C) Copyright Paul Mensonides 2003. # * 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 MSGPACK_PREPROCESSOR_FACILITIES_IS_1_HPP # define MSGPACK_PREPROCESSOR_FACILITIES_IS_1_HPP # # include <msgpack/preprocessor/cat.hpp> # include <msgpack/preprocessor/facilities/is_empty.hpp> # # /* MSGPACK_PP_IS_1 */ # # define MSGPACK_PP_IS_1(x) MSGPACK_PP_IS_EMPTY(MSGPACK_PP_CAT(MSGPACK_PP_IS_1_HELPER_, x)) # define MSGPACK_PP_IS_1_HELPER_1 # # endif
Version data entries
44 entries across 44 versions & 2 rubygems