Sha256: d63798d0eab4821aa6f5b3cb30002f3ba76e15ba6cbc48edb23ffbca8172ac0f
Contents?: true
Size: 1.37 KB
Versions: 44
Compression:
Stored size: 1.37 KB
Contents
# /* ************************************************************************** # * * # * (C) Copyright Edward Diener 2014. * # * 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_TUPLE_DETAIL_IS_SINGLE_RETURN_HPP # define MSGPACK_PREPROCESSOR_TUPLE_DETAIL_IS_SINGLE_RETURN_HPP # # include <msgpack/preprocessor/config/config.hpp> # # /* MSGPACK_PP_TUPLE_IS_SINGLE_RETURN */ # # if MSGPACK_PP_VARIADICS && MSGPACK_PP_VARIADICS_MSVC # include <msgpack/preprocessor/control/iif.hpp> # include <msgpack/preprocessor/facilities/is_1.hpp> # include <msgpack/preprocessor/tuple/size.hpp> # define MSGPACK_PP_TUPLE_IS_SINGLE_RETURN(sr,nsr,tuple) \ MSGPACK_PP_IIF(MSGPACK_PP_IS_1(MSGPACK_PP_TUPLE_SIZE(tuple)),sr,nsr) \ /**/ # endif /* MSGPACK_PP_VARIADICS && MSGPACK_PP_VARIADICS_MSVC */ # # endif /* MSGPACK_PREPROCESSOR_TUPLE_DETAIL_IS_SINGLE_RETURN_HPP */
Version data entries
44 entries across 44 versions & 2 rubygems