convert_list.cpp 503 B

12345678910111213
  1. /*=============================================================================
  2. Copyright (c) 2015 Kohei Takahashi
  3. Use modification and distribution are subject to the Boost Software
  4. License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  5. http://www.boost.org/LICENSE_1_0.txt).
  6. ==============================================================================*/
  7. #include <boost/fusion/include/list.hpp>
  8. #define FUSION_SEQUENCE boost::fusion::list
  9. #include "convert.hpp"