Sha256: 8b84d8f693c1edd5f2ec05b5b412ba658782eba75df3e922580d2d1006810095
Contents?: true
Size: 618 Bytes
Versions: 8
Compression:
Stored size: 618 Bytes
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 MSGPACK_PREPROCESSOR_FACILITIES_IDENTITY_HPP # define MSGPACK_PREPROCESSOR_FACILITIES_IDENTITY_HPP # # include <msgpack/preprocessor/facilities/empty.hpp> # # /* MSGPACK_PP_IDENTITY */ # # define MSGPACK_PP_IDENTITY(item) item MSGPACK_PP_EMPTY # # endif
Version data entries
8 entries across 8 versions & 1 rubygems