mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
algorithm/* 実装変更
This commit is contained in:
parent
05e51dc01f
commit
a79574f251
10 changed files with 106 additions and 484 deletions
|
@ -81,7 +81,7 @@ namespace sprout {
|
|||
)
|
||||
{
|
||||
return first != last && sizeof...(Args) < size
|
||||
? copy_backward_impl(first, sprout::prev(last), result, size, *sprout::prev(last), args...)
|
||||
? sprout::fixed::detail::copy_backward_impl(first, sprout::prev(last), result, size, *sprout::prev(last), args...)
|
||||
: sprout::detail::container_complate_backward(result, args...)
|
||||
;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue