mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
fixed_container_traits 仕様変更
This commit is contained in:
parent
9a229b824f
commit
2168f05433
43 changed files with 174 additions and 202 deletions
|
@ -38,7 +38,7 @@ namespace sprout {
|
|||
Values const&... values
|
||||
)
|
||||
{
|
||||
return sprout::remake_clone<Result, Container>(
|
||||
return sprout::remake_clone<Result>(
|
||||
cont,
|
||||
sprout::size(cont) + 1 + sizeof...(Values),
|
||||
(Indexes < sprout::fixed_container_traits<Container>::fixed_size + 1 + sizeof...(Values)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue