array 修正

This commit is contained in:
bolero-MURAKAMI 2011-09-05 11:51:05 +09:00
parent d12cab546c
commit ef62b3f483
4 changed files with 14 additions and 14 deletions

View file

@ -292,7 +292,7 @@ namespace sprout {
sprout::index_tuple<Indexes...>
)
{
return sprout::basic_string<T, N - 1>{arr[Indexes]...};
return sprout::basic_string<T, N - 1>{{arr[Indexes]...}};
}
} // namespace detail
//