mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-02 14:04:20 +00:00
destructive change sprout::generate -> sprout::unfold
add range adapter reversed, replaced, filtered
This commit is contained in:
parent
6b3f7ad894
commit
73ead93fe5
60 changed files with 3840 additions and 318 deletions
8
sprout/algorithm/unfold.hpp
Normal file
8
sprout/algorithm/unfold.hpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef SPROUT_ALGORITHM_UNFOLD_HPP
|
||||
#define SPROUT_ALGORITHM_UNFOLD_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/algorithm/fixed/unfold.hpp>
|
||||
#include <sprout/algorithm/fit/unfold.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_ALGORITHM_UNFOLD_HPP
|
Loading…
Add table
Add a link
Reference in a new issue