mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
array 修正
This commit is contained in:
parent
d12cab546c
commit
ef62b3f483
4 changed files with 14 additions and 14 deletions
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue