mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-12 14:54:10 +00:00
range/numeric.hpp 追加
algorithm/* fix
This commit is contained in:
parent
510a265ea5
commit
42d73cc4d5
18 changed files with 407 additions and 131 deletions
8
sprout/range/numeric.hpp
Normal file
8
sprout/range/numeric.hpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef SPROUT_RANGE_NUMERIC_HPP
|
||||
#define SPROUT_RANGE_NUMERIC_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/range/numeric/fixed.hpp>
|
||||
#include <sprout/range/numeric/fit.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_RANGE_NUMERIC_HPP
|
Loading…
Add table
Add a link
Reference in a new issue