]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/fusion/test/support/pair_map.cpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / fusion / test / support / pair_map.cpp
1 /*=============================================================================
2 Copyright (c) 2014 Kohei Takahashi
3
4 Distributed under the Boost Software License, Version 1.0. (See accompanying
5 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 ==============================================================================*/
7 #include <boost/fusion/container/map/map.hpp>
8
9 #define FUSION_SEQUENCE map
10 #define TEST_TYPE pair<int,int>
11 #include "./pair_container.hpp"
12
13 int main()
14 {
15 test();
16 }
17