Sha256: 5e8fdc2d339a070575c3ac0e09c184864b40b8b396e9a626e05cd469675e4cce
Contents?: true
Size: 804 Bytes
Versions: 44
Compression:
Stored size: 804 Bytes
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 MSGPACK_PREPROCESSOR_SEQ_PUSH_FRONT_HPP # define MSGPACK_PREPROCESSOR_SEQ_PUSH_FRONT_HPP # # /* MSGPACK_PP_SEQ_PUSH_FRONT */ # # define MSGPACK_PP_SEQ_PUSH_FRONT(seq, elem) (elem)seq # # endif
Version data entries
44 entries across 44 versions & 2 rubygems