Sha256: bab0683fbd75eea6eca3939c9b7e130395e0933fc89bcd5cb40e64eef267f0f9
Contents?: true
Size: 1 KB
Versions: 28
Compression:
Stored size: 1 KB
Contents
# /* ************************************************************************** # * * # * (C) Copyright Edward Diener 2011. * # * (C) Copyright Paul Mensonides 2011. * # * 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 BOOST_PREPROCESSOR_ARRAY_TO_TUPLE_HPP # define BOOST_PREPROCESSOR_ARRAY_TO_TUPLE_HPP # # include <boost/preprocessor/array/data.hpp> # # /* BOOST_PP_ARRAY_TO_TUPLE */ # # define BOOST_PP_ARRAY_TO_TUPLE BOOST_PP_ARRAY_DATA # # endif
Version data entries
28 entries across 28 versions & 1 rubygems