add algorithm copy_while, copy_until

This commit is contained in:
bolero-MURAKAMI 2012-10-13 22:11:32 +09:00
parent f53be1a3d5
commit 9b9956f810
20 changed files with 649 additions and 0 deletions

View file

@ -20,6 +20,8 @@
#include <sprout/range/algorithm/fixed/set_intersection.hpp>
#include <sprout/range/algorithm/fixed/set_difference.hpp>
#include <sprout/range/algorithm/fixed/set_symmetric_difference.hpp>
#include <sprout/range/algorithm/fixed/copy_while.hpp>
#include <sprout/range/algorithm/fixed/copy_until.hpp>
#include <sprout/range/algorithm/fixed/clamp_range_copy.hpp>
#include <sprout/range/algorithm/fixed/swap_element_copy.hpp>