mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2024-11-12 21:09:01 +00:00
9 lines
294 B
C++
9 lines
294 B
C++
|
#ifndef SPROUT_RANGE_NUMERIC_NON_MODIFYIING_HPP
|
||
|
#define SPROUT_RANGE_NUMERIC_NON_MODIFYIING_HPP
|
||
|
|
||
|
#include <sprout/config.hpp>
|
||
|
//#include <sprout/range/numeric/accumulate.hpp>
|
||
|
//#include <sprout/range/numeric/inner_product.hpp>
|
||
|
|
||
|
#endif // #ifndef SPROUT_RANGE_NUMERIC_NON_MODIFYIING_HPP
|