Mercurial > hg > vamp-build-and-test
annotate DEPENDENCIES/generic/include/boost/spirit/home/classic/iterator.hpp @ 118:770eb830ec19 emscripten
Typo fix
author | Chris Cannam |
---|---|
date | Wed, 18 May 2016 16:14:08 +0100 |
parents | 2665513ce2d3 |
children |
rev | line source |
---|---|
Chris@16 | 1 /*============================================================================= |
Chris@16 | 2 Copyright (c) 2001-2003 Daniel Nuffer |
Chris@16 | 3 Copyright (c) 2003 Giovanni Bajo |
Chris@16 | 4 http://spirit.sourceforge.net/ |
Chris@16 | 5 |
Chris@16 | 6 Distributed under the Boost Software License, Version 1.0. (See accompanying |
Chris@16 | 7 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
Chris@16 | 8 =============================================================================*/ |
Chris@16 | 9 #if !defined(BOOST_SPIRIT_ITERATOR_MAIN_HPP) |
Chris@16 | 10 #define BOOST_SPIRIT_ITERATOR_MAIN_HPP |
Chris@16 | 11 |
Chris@16 | 12 #include <boost/spirit/home/classic/version.hpp> |
Chris@16 | 13 |
Chris@16 | 14 /////////////////////////////////////////////////////////////////////////////// |
Chris@16 | 15 // |
Chris@16 | 16 // Master header for Spirit.Iterators |
Chris@16 | 17 // |
Chris@16 | 18 /////////////////////////////////////////////////////////////////////////////// |
Chris@16 | 19 |
Chris@16 | 20 #include <boost/spirit/home/classic/iterator/file_iterator.hpp> |
Chris@16 | 21 #include <boost/spirit/home/classic/iterator/fixed_size_queue.hpp> |
Chris@16 | 22 #include <boost/spirit/home/classic/iterator/position_iterator.hpp> |
Chris@16 | 23 #include <boost/spirit/home/classic/iterator/multi_pass.hpp> |
Chris@16 | 24 |
Chris@16 | 25 #endif // !defined(BOOST_SPIRIT_ITERATOR_MAIN_HPP) |