]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/iterator/test/zip_iterator_test_std_pair.cpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / iterator / test / zip_iterator_test_std_pair.cpp
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 <utility>
10 #include <boost/fusion/adapted/std_pair.hpp>
11
12 #define TUPLE std::pair
13 #define MAKE_TUPLE std::make_pair
14
15 #include "detail/zip_iterator_test.ipp"
16