mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-06 14:24:09 +00:00
add c++14 constexpr numeric algorithms
This commit is contained in:
parent
fd608b74e2
commit
f1555cb917
65 changed files with 433 additions and 150 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue