os/ossrv/ossrv_pub/boost_apis/boost/parameter.hpp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
// Copyright David Abrahams, Daniel Wallin 2005. Use, modification and 
sl@0
     2
// distribution is subject to the Boost Software License, Version 1.0. 
sl@0
     3
// (See 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_050401_HPP
sl@0
     7
#define BOOST_PARAMETER_050401_HPP
sl@0
     8
sl@0
     9
#include <boost/parameter/parameters.hpp>
sl@0
    10
#include <boost/parameter/keyword.hpp>
sl@0
    11
#include <boost/parameter/binding.hpp>
sl@0
    12
#include <boost/parameter/value_type.hpp>
sl@0
    13
#include <boost/parameter/macros.hpp>
sl@0
    14
#include <boost/parameter/match.hpp>
sl@0
    15
#include <boost/parameter/name.hpp>
sl@0
    16
#include <boost/parameter/preprocessor.hpp>
sl@0
    17
sl@0
    18
#endif // BOOST_PARAMETER_050401_HPP
sl@0
    19