convert_std_pair.cpp 516 B

1234567891011121314
  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 <utility>
  8. #include <boost/fusion/include/std_pair.hpp>
  9. #define FUSION_SEQUENCE std::pair
  10. #include "convert.hpp"