add c++14 constexpr numeric algorithms

This commit is contained in:
bolero-MURAKAMI 2014-04-05 18:31:09 +09:00
parent fd608b74e2
commit f1555cb917
65 changed files with 433 additions and 150 deletions

View file

@ -9,8 +9,8 @@
#define SPROUT_NUMERIC_CXX14_HPP
#include <sprout/config.hpp>
//#include <sprout/numeric/cxx14/partial_sum.hpp>
//#include <sprout/numeric/cxx14/adjacent_difference.hpp>
//#include <sprout/numeric/cxx14/iota.hpp>
#include <sprout/numeric/cxx14/partial_sum.hpp>
#include <sprout/numeric/cxx14/adjacent_difference.hpp>
#include <sprout/numeric/cxx14/iota.hpp>
#endif // #ifndef SPROUT_NUMERIC_CXX14_HPP