• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright (c) 2014 Kohei Takahashi.
2 //
3 // Distributed under the Boost Software License, Version 1.0. (See
4 // accompanying file LICENSE_1_0.txt or copy at
5 // http://www.boost.org/LICENSE_1_0.txt)
6 //
7 //  See http://www.boost.org for most recent version including documentation.
8 
9 #include <boost/fusion/include/vector.hpp>
10 #include <boost/fusion/include/make_vector.hpp>
11 
12 #define TUPLE      boost::fusion::vector
13 #define MAKE_TUPLE boost::fusion::make_vector
14 
15 #include "detail/zip_iterator_test.ipp"
16