add new signatures: some algorithms

This commit is contained in:
bolero-MURAKAMI 2013-01-20 20:49:37 +09:00
parent 9a593cbb81
commit 48f1b2d615
12 changed files with 137 additions and 9 deletions

View file

@ -54,8 +54,8 @@
#include <sprout/algorithm/fixed/prev_permutation.hpp>
#include <sprout/algorithm/fixed/copy_while.hpp>
#include <sprout/algorithm/fixed/copy_until.hpp>
#include <sprout/algorithm/fixed/clamp_range_copy.hpp>
#include <sprout/algorithm/fixed/clamp_range.hpp>
#include <sprout/algorithm/fixed/clamp_range_copy.hpp>
#include <sprout/algorithm/fixed/swap_element.hpp>
#include <sprout/algorithm/fixed/swap_element_copy.hpp>
#include <sprout/algorithm/fixed/random_swap.hpp>