add C++17 transform_exclusive_scan, transform_inclusive_scan

This commit is contained in:
bolero-MURAKAMI 2017-10-11 11:58:29 +09:00
parent 9ce83b0863
commit 786c4f3b1e
26 changed files with 893 additions and 1 deletions

View file

@ -8,6 +8,7 @@
#ifndef SPROUT_NUMERIC_FIXED_INCLUSIVE_SCAN_HPP
#define SPROUT_NUMERIC_FIXED_INCLUSIVE_SCAN_HPP
#include <type_traits>
#include <sprout/config.hpp>
#include <sprout/container/traits.hpp>
#include <sprout/container/functions.hpp>