Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/spirit/home/classic/iterator.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 Copyright (c) 2001-2003 Daniel Nuffer | |
3 Copyright (c) 2003 Giovanni Bajo | |
4 http://spirit.sourceforge.net/ | |
5 | |
6 Distributed under the Boost Software License, Version 1.0. (See accompanying | |
7 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) | |
8 =============================================================================*/ | |
9 #if !defined(BOOST_SPIRIT_ITERATOR_MAIN_HPP) | |
10 #define BOOST_SPIRIT_ITERATOR_MAIN_HPP | |
11 | |
12 #include <boost/spirit/home/classic/version.hpp> | |
13 | |
14 /////////////////////////////////////////////////////////////////////////////// | |
15 // | |
16 // Master header for Spirit.Iterators | |
17 // | |
18 /////////////////////////////////////////////////////////////////////////////// | |
19 | |
20 #include <boost/spirit/home/classic/iterator/file_iterator.hpp> | |
21 #include <boost/spirit/home/classic/iterator/fixed_size_queue.hpp> | |
22 #include <boost/spirit/home/classic/iterator/position_iterator.hpp> | |
23 #include <boost/spirit/home/classic/iterator/multi_pass.hpp> | |
24 | |
25 #endif // !defined(BOOST_SPIRIT_ITERATOR_MAIN_HPP) |