mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
algorithm, operation 全面修正
This commit is contained in:
parent
21f5d5191a
commit
5e67195030
244 changed files with 4764 additions and 831 deletions
|
@ -18,7 +18,7 @@ namespace sprout {
|
|||
struct realign_to {
|
||||
public:
|
||||
typedef typename sprout::rebind_fixed_size<
|
||||
typename sprout::fixed_container_traits<Result>::fixed_container_type
|
||||
Result
|
||||
>::template apply<
|
||||
sprout::fixed_container_traits<Container>::fixed_size
|
||||
>::type type;
|
||||
|
@ -57,6 +57,12 @@ namespace sprout {
|
|||
);
|
||||
}
|
||||
} // namespace fixed
|
||||
|
||||
namespace result_of {
|
||||
using sprout::fixed::result_of::realign_to;
|
||||
} // namespace result_of
|
||||
|
||||
using sprout::fixed::realign_to;
|
||||
} // namespace sprout
|
||||
|
||||
#endif // #ifndef SPROUT_OPERATION_FIXED_REALIGN_TO_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue