mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-12 14:54:10 +00:00
algorithm/* 実装変更
This commit is contained in:
parent
05e51dc01f
commit
a79574f251
10 changed files with 106 additions and 484 deletions
|
@ -113,7 +113,7 @@ namespace sprout {
|
|||
)
|
||||
{
|
||||
return sizeof...(Args) < size
|
||||
? generate_impl_1<InitSize>(cont, gen, size, args..., sprout::fixed::detail::call_gen<InitSize, Container>(gen, args...))
|
||||
? sprout::fixed::detail::generate_impl_1<InitSize>(cont, gen, size, args..., sprout::fixed::detail::call_gen<InitSize, Container>(gen, args...))
|
||||
: sprout::detail::container_complate(cont, args...)
|
||||
;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue