flatten_view.hpp 600 B

123456789101112131415
  1. /*==============================================================================
  2. Copyright (c) 2013 Jamboree
  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. #ifndef BOOST_FUSION_SEQUENCE_FLATTEN_VIEW_HPP_INCLUDED
  7. #define BOOST_FUSION_SEQUENCE_FLATTEN_VIEW_HPP_INCLUDED
  8. #include <boost/fusion/view/flatten_view/flatten_view.hpp>
  9. #include <boost/fusion/view/flatten_view/flatten_view_iterator.hpp>
  10. #endif