]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/boost/parameter.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / parameter.hpp
CommitLineData
92f5a8d4
TL
1// Copyright David Abrahams, Daniel Wallin 2005.
2// Distributed under the Boost Software License, Version 1.0.
3// (See accompanying file LICENSE_1_0.txt or copy at
7c673cae
FG
4// http://www.boost.org/LICENSE_1_0.txt)
5
6// See www.boost.org/libs/parameter for documentation.
7
8#ifndef BOOST_PARAMETER_050401_HPP
9#define BOOST_PARAMETER_050401_HPP
10
11#include <boost/parameter/parameters.hpp>
92f5a8d4
TL
12#include <boost/parameter/are_tagged_arguments.hpp>
13#include <boost/parameter/is_argument_pack.hpp>
14#include <boost/parameter/required.hpp>
15#include <boost/parameter/optional.hpp>
16#include <boost/parameter/deduced.hpp>
17#include <boost/parameter/template_keyword.hpp>
7c673cae 18#include <boost/parameter/keyword.hpp>
92f5a8d4 19#include <boost/parameter/nested_keyword.hpp>
7c673cae
FG
20#include <boost/parameter/binding.hpp>
21#include <boost/parameter/value_type.hpp>
22#include <boost/parameter/macros.hpp>
23#include <boost/parameter/match.hpp>
24#include <boost/parameter/name.hpp>
92f5a8d4 25#include <boost/parameter/compose.hpp>
7c673cae 26#include <boost/parameter/preprocessor.hpp>
92f5a8d4 27#include <boost/parameter/preprocessor_no_spec.hpp>
7c673cae 28
92f5a8d4 29#endif // include guard
7c673cae 30