• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*=============================================================================
2     Copyright (c) 2014 Kohei Takahashi
3     Distributed under the Boost Software License, Version 1.0. (See accompanying
4     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5 ==============================================================================*/
6 #ifndef FUSION_INCLUDE_STD_TUPLE
7 #define FUSION_INCLUDE_STD_TUPLE
8 
9 #include <boost/fusion/support/config.hpp>
10 #include <boost/fusion/adapted/std_tuple.hpp>
11 
12 #endif
13