Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/preprocessor/library.hpp @ 16:2665513ce2d3
Add boost headers
author | Chris Cannam |
---|---|
date | Tue, 05 Aug 2014 11:11:38 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
15:663ca0da4350 | 16:2665513ce2d3 |
---|---|
1 # /* ************************************************************************** | |
2 # * * | |
3 # * (C) Copyright Paul Mensonides 2002-2011. * | |
4 # * (C) Copyright Edward Diener 2011. * | |
5 # * Distributed under the Boost Software License, Version 1.0. (See * | |
6 # * accompanying file LICENSE_1_0.txt or copy at * | |
7 # * http://www.boost.org/LICENSE_1_0.txt) * | |
8 # * * | |
9 # ************************************************************************** */ | |
10 # | |
11 # /* See http://www.boost.org for most recent version. */ | |
12 # | |
13 # ifndef BOOST_PREPROCESSOR_LIBRARY_HPP | |
14 # define BOOST_PREPROCESSOR_LIBRARY_HPP | |
15 # | |
16 # include <boost/preprocessor/arithmetic.hpp> | |
17 # include <boost/preprocessor/array.hpp> | |
18 # include <boost/preprocessor/cat.hpp> | |
19 # include <boost/preprocessor/comparison.hpp> | |
20 # include <boost/preprocessor/config/limits.hpp> | |
21 # include <boost/preprocessor/control.hpp> | |
22 # include <boost/preprocessor/debug.hpp> | |
23 # include <boost/preprocessor/facilities.hpp> | |
24 # include <boost/preprocessor/iteration.hpp> | |
25 # include <boost/preprocessor/list.hpp> | |
26 # include <boost/preprocessor/logical.hpp> | |
27 # include <boost/preprocessor/punctuation.hpp> | |
28 # include <boost/preprocessor/repetition.hpp> | |
29 # include <boost/preprocessor/selection.hpp> | |
30 # include <boost/preprocessor/seq.hpp> | |
31 # include <boost/preprocessor/slot.hpp> | |
32 # include <boost/preprocessor/stringize.hpp> | |
33 # include <boost/preprocessor/tuple.hpp> | |
34 # include <boost/preprocessor/variadic.hpp> | |
35 # | |
36 # endif |