1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

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
parent c2b7bcd46b
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