os/ossrv/ossrv_pub/boost_apis/boost/spirit/iterator.hpp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/ossrv_pub/boost_apis/boost/spirit/iterator.hpp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,26 @@
     1.4 +/*=============================================================================
     1.5 +    Copyright (c) 2001-2003 Daniel Nuffer
     1.6 +    Copyright (c) 2003 Giovanni Bajo
     1.7 +    http://spirit.sourceforge.net/
     1.8 +
     1.9 +    Use, modification and distribution is subject to the Boost Software
    1.10 +    License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
    1.11 +    http://www.boost.org/LICENSE_1_0.txt)
    1.12 +=============================================================================*/
    1.13 +#if !defined(BOOST_SPIRIT_ITERATOR_MAIN_HPP)
    1.14 +#define BOOST_SPIRIT_ITERATOR_MAIN_HPP
    1.15 +
    1.16 +#include <boost/spirit/version.hpp>
    1.17 +
    1.18 +///////////////////////////////////////////////////////////////////////////////
    1.19 +//
    1.20 +//  Master header for Spirit.Iterators
    1.21 +//
    1.22 +///////////////////////////////////////////////////////////////////////////////
    1.23 +
    1.24 +#include <boost/spirit/iterator/file_iterator.hpp>
    1.25 +#include <boost/spirit/iterator/fixed_size_queue.hpp>
    1.26 +#include <boost/spirit/iterator/position_iterator.hpp>
    1.27 +#include <boost/spirit/iterator/multi_pass.hpp>
    1.28 +
    1.29 +#endif // !defined(BOOST_SPIRIT_ITERATOR_MAIN_HPP)