Sprout/sprout/range/numeric/non_modifying.hpp
2012-04-04 17:48:02 +09:00

8 lines
290 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