Sha256: 69c6dc2d959228fcef3a847b18975aecd4dfb5777eb32cd8666d8fb00d34c9ce
Contents?: true
Size: 895 Bytes
Versions: 10
Compression:
Stored size: 895 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. */ # # include <boost/preprocessor/selection.hpp> # include <libs/preprocessor/test/test.h> BEGIN BOOST_PP_MAX(2, 2) == 2 END BEGIN BOOST_PP_MAX(2, 1) == 2 END BEGIN BOOST_PP_MAX(1, 2) == 2 END BEGIN BOOST_PP_MIN(2, 2) == 2 END BEGIN BOOST_PP_MIN(2, 1) == 1 END BEGIN BOOST_PP_MIN(1, 2) == 1 END
Version data entries
10 entries across 10 versions & 1 rubygems