add case_conv algorithms

This commit is contained in:
bolero-MURAKAMI 2013-04-09 19:27:06 +09:00
parent ef5aa728b0
commit 8885b115f7
83 changed files with 1300 additions and 44 deletions

View file

@ -2,7 +2,6 @@
#define SPROUT_ALGORITHM_FIXED_REMOVE_HPP
#include <sprout/config.hpp>
#include <sprout/container/traits.hpp>
#include <sprout/container/functions.hpp>
#include <sprout/algorithm/fixed/result_of.hpp>
#include <sprout/algorithm/fixed/remove_copy.hpp>