add C++14 constexpr range algorithms

This commit is contained in:
bolero-MURAKAMI 2014-04-09 18:11:40 +09:00
parent 856fb90150
commit cd16923347
57 changed files with 2022 additions and 12 deletions

View file

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