sprout/operation/fixed/realign_to.hpp 仕様変更

sprout/algorithm/string/join.hpp 仕様変更
This commit is contained in:
bolero-MURAKAMI 2011-11-04 22:17:25 +09:00
commit 488df1e685
4 changed files with 184 additions and 61 deletions

View file

@ -17,11 +17,7 @@ namespace sprout {
template<typename Result, typename Container>
struct realign_to {
public:
typedef typename sprout::rebind_fixed_size<
Result
>::template apply<
sprout::fixed_container_traits<Container>::fixed_size
>::type type;
typedef typename sprout::fixed_container_traits<Result>::clone_type type;
};
} // namespace result_of