2013-08-08 18:54:33 +09:00
|
|
|
/*=============================================================================
|
|
|
|
Copyright (c) 2011-2013 Bolero MURAKAMI
|
|
|
|
https://github.com/bolero-MURAKAMI/Sprout
|
|
|
|
|
|
|
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
|
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
=============================================================================*/
|
2011-11-04 02:11:19 +09:00
|
|
|
#ifndef SPROUT_TUPLE_FUNCTIONS_HPP
|
|
|
|
#define SPROUT_TUPLE_FUNCTIONS_HPP
|
|
|
|
|
2012-04-04 22:23:41 +09:00
|
|
|
#include <sprout/config.hpp>
|
2012-03-31 16:24:13 +09:00
|
|
|
#include <sprout/tuple/deep_copy.hpp>
|
|
|
|
#include <sprout/tuple/make.hpp>
|
|
|
|
#include <sprout/tuple/remake.hpp>
|
2011-11-04 02:11:19 +09:00
|
|
|
|
|
|
|
#endif // #ifndef SPROUT_TUPLE_FUNCTIONS_HPP
|