mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-06 14:24:09 +00:00
array 修正
This commit is contained in:
parent
d12cab546c
commit
ef62b3f483
4 changed files with 14 additions and 14 deletions
|
@ -119,7 +119,7 @@ namespace sprout {
|
|||
public:
|
||||
template<typename... Args>
|
||||
SPROUT_CONSTEXPR typename sprout::fixed_container_traits<Container>::clone_type operator()(Args const&... args) const {
|
||||
return typename sprout::fixed_container_traits<Container>::clone_type{args...};
|
||||
return typename sprout::fixed_container_traits<Container>::clone_type{{args...}};
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue