Sprout/sprout/functional/base.hpp

17 lines
702 B
C++
Raw Normal View History

2013-08-08 09:54:33 +00:00
/*=============================================================================
Copyright (c) 2011-2017 Bolero MURAKAMI
2013-08-08 09:54:33 +00:00
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)
=============================================================================*/
2012-04-09 16:38:55 +00:00
#ifndef SPROUT_FUNCTIONAL_BASE_HPP
#define SPROUT_FUNCTIONAL_BASE_HPP
#include <sprout/config.hpp>
#include <sprout/functional/unary_function.hpp>
#include <sprout/functional/binary_function.hpp>
2016-04-03 04:12:14 +00:00
#include <sprout/functional/transparent.hpp>
2012-04-09 16:38:55 +00:00
#endif // #ifndef SPROUT_FUNCTIONAL_BASE_HPP