Sha256: 454608bc1bf08097b4dcc2909423e5b6687c47df7c4cd3cc0ddd0edea172649d
Contents?: true
Size: 1007 Bytes
Versions: 44
Compression:
Stored size: 1007 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_CONTROL_HPP # define MSGPACK_PREPROCESSOR_CONTROL_HPP # # include <msgpack/preprocessor/control/deduce_d.hpp> # include <msgpack/preprocessor/control/expr_if.hpp> # include <msgpack/preprocessor/control/expr_iif.hpp> # include <msgpack/preprocessor/control/if.hpp> # include <msgpack/preprocessor/control/iif.hpp> # include <msgpack/preprocessor/control/while.hpp> # # endif
Version data entries
44 entries across 44 versions & 2 rubygems