Sprout/sprout/range/numeric/non_modifying.hpp

9 lines
290 B
C++
Raw Normal View History

2012-04-01 13:15:09 +00:00
#ifndef SPROUT_RANGE_NUMERIC_NON_MODIFYIING_HPP
#define SPROUT_RANGE_NUMERIC_NON_MODIFYIING_HPP
#include <sprout/config.hpp>
2012-04-04 08:48:02 +00:00
#include <sprout/range/numeric/accumulate.hpp>
#include <sprout/range/numeric/inner_product.hpp>
2012-04-01 13:15:09 +00:00
#endif // #ifndef SPROUT_RANGE_NUMERIC_NON_MODIFYIING_HPP