add C++14 constexpr partial_sort, partial_sort_copy

This commit is contained in:
bolero-MURAKAMI 2014-04-07 12:54:40 +09:00
parent 13e0c9b5f5
commit 262a5aa48b
20 changed files with 96 additions and 12 deletions

View file

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