]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/function_types/build/preprocess_encoding.cpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / function_types / build / preprocess_encoding.cpp
CommitLineData
7c673cae
FG
1
2// (C) Copyright Tobias Schwinger
3//
4// Use modification and distribution are subject to the boost Software License,
5// Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).
6
7//------------------------------------------------------------------------------
8
9#ifndef __WAVE__
10# error "Boost.Wave preprocessor required"
11#endif
12
13#pragma wave option(line: 0, preserve: 2)
14timestamp file
15#pragma wave option(output: null)
16
17#define BOOST_FT_PREPROCESSING_MODE
18
19
20#define BOOST_FT_OUT_FILE \
21 "../../../boost/function_types/detail/pp_tags/preprocessed.hpp"
22#pragma message(generating BOOST_FT_OUT_FILE)
23#pragma wave option(output: BOOST_FT_OUT_FILE, preserve: 2)
24#include <boost/function_types/detail/pp_tags/master.hpp>
25#pragma wave option(output: null)
26#undef BOOST_FT_OUT_FILE
27
28#define BOOST_FT_OUT_FILE \
29 "../../../boost/function_types/detail/pp_variate_loop/preprocessed.hpp"
30#pragma message(generating BOOST_FT_OUT_FILE)
31#pragma wave option(output: BOOST_FT_OUT_FILE, preserve: 2)
32#include <boost/function_types/detail/pp_variate_loop/master.hpp>
33#pragma wave option(output: null)
34#undef BOOST_FT_OUT_FILE
35
36#define BOOST_FT_OUT_FILE \
37 "../../../boost/function_types/detail/pp_retag_default_cc/preprocessed.hpp"
38#pragma message(generating BOOST_FT_OUT_FILE)
39#pragma wave option(output: BOOST_FT_OUT_FILE, preserve: 2)
40#include <boost/function_types/detail/pp_retag_default_cc/master.hpp>
41#pragma wave option(output: null)
42
43#undef BOOST_FT_OUT_FILE
44
45