Sha256: e8ccd82ff90e33f2a28ec6405bb8a578553a436c122eb21d383247488c7ee3da
Contents?: true
Size: 821 Bytes
Versions: 44
Compression:
Stored size: 821 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_ARITHMETIC_HPP # define MSGPACK_PREPROCESSOR_ARITHMETIC_HPP # # include <msgpack/preprocessor/arithmetic/add.hpp> # include <msgpack/preprocessor/arithmetic/dec.hpp> # include <msgpack/preprocessor/arithmetic/div.hpp> # include <msgpack/preprocessor/arithmetic/inc.hpp> # include <msgpack/preprocessor/arithmetic/mod.hpp> # include <msgpack/preprocessor/arithmetic/mul.hpp> # include <msgpack/preprocessor/arithmetic/sub.hpp> # # endif
Version data entries
44 entries across 44 versions & 2 rubygems