]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/fusion/test/sequence/convert_list.cpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / fusion / test / sequence / convert_list.cpp
1 /*=============================================================================
2 Copyright (c) 2015 Kohei Takahashi
3
4 Use modification and distribution are subject to the Boost Software
5 License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
6 http://www.boost.org/LICENSE_1_0.txt).
7 ==============================================================================*/
8
9 #include <boost/fusion/include/list.hpp>
10
11 #define FUSION_SEQUENCE boost::fusion::list
12 #include "convert.hpp"
13