]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/function_types/build/preprocess_cc_names.cpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / function_types / build / preprocess_cc_names.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_cc_loop/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_cc_loop/master.hpp>
25#pragma wave option(output: null)
26#undef BOOST_FT_OUT_FILE
27