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/vector.hpp> 10 11 #define FUSION_SEQUENCE boost::fusion::vector 12 #include "convert.hpp" 13 14