Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/spirit/home/karma.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 // Copyright (c) 2001-2011 Hartmut Kaiser | |
2 // | |
3 // Distributed under the Boost Software License, Version 1.0. (See accompanying | |
4 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) | |
5 | |
6 #if !defined(SPIRIT_KARMA_CORE_MARCH_06_2007_0833PM) | |
7 #define SPIRIT_KARMA_CORE_MARCH_06_2007_0833PM | |
8 | |
9 #if defined(_MSC_VER) | |
10 #pragma once | |
11 #endif | |
12 | |
13 #include <boost/spirit/home/karma/char.hpp> | |
14 #include <boost/spirit/home/karma/string.hpp> | |
15 #include <boost/spirit/home/karma/numeric.hpp> | |
16 #include <boost/spirit/home/karma/operator.hpp> | |
17 #include <boost/spirit/home/karma/nonterminal.hpp> | |
18 #include <boost/spirit/home/karma/action.hpp> | |
19 #include <boost/spirit/home/karma/directive.hpp> | |
20 #include <boost/spirit/home/karma/auxiliary.hpp> | |
21 #include <boost/spirit/home/karma/binary.hpp> | |
22 #include <boost/spirit/home/karma/generate.hpp> | |
23 #include <boost/spirit/home/karma/generate_attr.hpp> | |
24 #include <boost/spirit/home/karma/generator.hpp> | |
25 #include <boost/spirit/home/karma/delimit_out.hpp> | |
26 #include <boost/spirit/home/karma/what.hpp> | |
27 #include <boost/spirit/home/karma/stream.hpp> | |
28 #include <boost/spirit/home/karma/auto.hpp> | |
29 #include <boost/spirit/home/karma/format.hpp> | |
30 | |
31 #endif |