// Copyright (c) 2001-2009, Hartmut Kaiser // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #if !defined(BOOST_SPIRIT_ITERATOR_MULTI_PASS_MAR_16_2007_0201AM) #define BOOST_SPIRIT_ITERATOR_MULTI_PASS_MAR_16_2007_0201AM #if defined(_MSC_VER) #pragma once #endif // Include everything needed for the multi_pass // Ownership policies #include #include // Input policies #include #include #include #include #include #include // Checking policies #include #include // Storage policies #include #include // Main multi_pass iterator #include #include #include #endif