mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-02-11 10:03:59 +00:00
16 lines
669 B
C++
16 lines
669 B
C++
|
/*=============================================================================
|
||
|
Copyright (c) 2011-2014 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)
|
||
|
=============================================================================*/
|
||
|
#ifndef SPROUT_TUPLE_TUPLE_TRAITS_HPP
|
||
|
#define SPROUT_TUPLE_TUPLE_TRAITS_HPP
|
||
|
|
||
|
#include <sprout/config.hpp>
|
||
|
#include <sprout/tuple/tuple/tuple_traits.hpp>
|
||
|
#include <sprout/tuple/tuple/tuple_access_traits.hpp>
|
||
|
|
||
|
#endif // #ifndef SPROUT_TUPLE_TUPLE_TRAITS_HPP
|