mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
add valarray
This commit is contained in:
parent
5ff6029d51
commit
1b8c051008
27 changed files with 3330 additions and 5 deletions
|
@ -1230,7 +1230,7 @@ namespace sprout {
|
|||
}
|
||||
template<typename... Args>
|
||||
static SPROUT_CONSTEXPR copied_type
|
||||
make(typename copied_type::size_type size, Args&&... args) {
|
||||
sized_make(typename copied_type::size_type size, Args&&... args) {
|
||||
typedef sprout::detail::string_construct_access<T, N, Traits> access_type;
|
||||
return access_type::raw_construct(size, SPROUT_FORWARD(Args, args)...);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue