mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-12 14:54:10 +00:00
add C++17 transform_exclusive_scan, transform_inclusive_scan
This commit is contained in:
parent
9ce83b0863
commit
786c4f3b1e
26 changed files with 893 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue