mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-02-04 21:33:56 +00:00
8 lines
230 B
C++
8 lines
230 B
C++
#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
|