join -> append 名前変更

This commit is contained in:
bolero-MURAKAMI 2011-09-26 17:25:57 +09:00
parent b0ade6c043
commit f64cac529c
14 changed files with 14 additions and 387 deletions

View file

@ -18,8 +18,8 @@
#include <sprout/operation/fixed/insert_n.hpp>
#include <sprout/operation/fixed/erase.hpp>
#include <sprout/operation/fixed/erase_n.hpp>
#include <sprout/operation/fixed/join.hpp>
#include <sprout/operation/fixed/join_back.hpp>
#include <sprout/operation/fixed/join_front.hpp>
#include <sprout/operation/fixed/append.hpp>
#include <sprout/operation/fixed/append_back.hpp>
#include <sprout/operation/fixed/append_front.hpp>
#endif // #ifndef SPROUT_OPERATION_FIXED_HPP