2017-10-09 17:13:04 +00:00
|
|
|
/*=============================================================================
|
|
|
|
Copyright (c) 2011-2017 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_RANGE_NUMERIC_EXCLUSIVE_SCAN_HPP
|
|
|
|
#define SPROUT_RANGE_NUMERIC_EXCLUSIVE_SCAN_HPP
|
|
|
|
|
|
|
|
#include <sprout/config.hpp>
|
|
|
|
#include <sprout/range/numeric/fixed/exclusive_scan.hpp>
|
|
|
|
#include <sprout/range/numeric/fit/exclusive_scan.hpp>
|
2017-10-11 02:58:29 +00:00
|
|
|
#include <sprout/range/numeric/cxx14/exclusive_scan.hpp>
|
2017-10-09 17:13:04 +00:00
|
|
|
|
|
|
|
#endif // #ifndef SPROUT_RANGE_NUMERIC_EXCLUSIVE_SCAN_HPP
|