Sprout/sprout/workaround.hpp
2015-05-08 20:11:30 +09:00

16 lines
714 B
C++

/*=============================================================================
Copyright (c) 2011-2015 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_WORKAROUND_HPP
#define SPROUT_WORKAROUND_HPP
#include <sprout/config.hpp>
#include <sprout/workaround/recursive_function_template.hpp>
#include <sprout/workaround/base_class_construct.hpp>
#include <sprout/workaround/enable_if_with_array.hpp>
#endif // #ifndef SPROUT_WORKAROUND_HPP