Sprout/sprout/functional/base.hpp
bolero-MURAKAMI 1b8c051008 add valarray
2016-04-03 13:12:14 +09:00

16 lines
702 B
C++

/*=============================================================================
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_FUNCTIONAL_BASE_HPP
#define SPROUT_FUNCTIONAL_BASE_HPP
#include <sprout/config.hpp>
#include <sprout/functional/unary_function.hpp>
#include <sprout/functional/binary_function.hpp>
#include <sprout/functional/transparent.hpp>
#endif // #ifndef SPROUT_FUNCTIONAL_BASE_HPP