Sprout/sprout/sized_pit.hpp

20 lines
791 B
C++
Raw Normal View History

2016-04-03 05:29:33 +00:00
/*=============================================================================
Copyright (c) 2011-2016 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_SIZED_PIT_HPP
#define SPROUT_SIZED_PIT_HPP
#include <sprout/config.hpp>
#include <sprout/sized_pit/sized_pit.hpp>
#include <sprout/sized_pit/container.hpp>
#include <sprout/sized_pit/comparison.hpp>
#include <sprout/sized_pit/hash.hpp>
#include <sprout/sized_pit/tuple.hpp>
#include <sprout/sized_pit/type_traits.hpp>
#endif // #ifndef SPROUT_SIZED_PIT_HPP