add c++14 constexpr range numeric algorithms

This commit is contained in:
bolero-MURAKAMI 2014-04-05 19:52:21 +09:00
parent b2daf0262c
commit 0fa551beed
5 changed files with 129 additions and 0 deletions

View file

@ -11,5 +11,6 @@
#include <sprout/config.hpp>
#include <sprout/range/numeric/fixed.hpp>
#include <sprout/range/numeric/fit.hpp>
#include <sprout/range/numeric/cxx14.hpp>
#endif // #ifndef SPROUT_RANGE_NUMERIC_MODIFYIING_HPP