os/ossrv/ossrv_pub/boost_apis/boost/parameter/config.hpp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
// Copyright Daniel Wallin, David Abrahams 2005. Use, modification and
sl@0
     2
// distribution is subject to the Boost Software License, Version 1.0. (See
sl@0
     3
// accompanying file LICENSE_1_0.txt or copy at
sl@0
     4
// http://www.boost.org/LICENSE_1_0.txt)
sl@0
     5
sl@0
     6
#ifndef BOOST_PARAMETER_CONFIG_050403_HPP
sl@0
     7
#define BOOST_PARAMETER_CONFIG_050403_HPP
sl@0
     8
sl@0
     9
#ifndef BOOST_PARAMETER_MAX_ARITY
sl@0
    10
# define BOOST_PARAMETER_MAX_ARITY 5
sl@0
    11
#endif
sl@0
    12
sl@0
    13
#endif // BOOST_PARAMETER_CONFIG_050403_HPP
sl@0
    14