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

fixed_container_traits 仕様変更

This commit is contained in:
bolero-MURAKAMI 2011-10-30 17:40:35 +09:00
parent 9a229b824f
commit 2168f05433
43 changed files with 174 additions and 202 deletions

View file

@ -35,7 +35,7 @@ namespace sprout {
typename sprout::fixed_container_traits<Container>::difference_type pos
)
{
return sprout::remake_clone<Result, Container>(
return sprout::remake_clone<Result>(
cont,
sprout::size(cont) - 1,
(Indexes < sprout::fixed_container_traits<Container>::fixed_size - 1