mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-05-10 09:23:30 +00:00
remove unused parameter
This commit is contained in:
parent
3d01aac239
commit
fa426a413a
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ namespace sprout {
|
||||||
}
|
}
|
||||||
template<typename Cont, typename... Args>
|
template<typename Cont, typename... Args>
|
||||||
static SPROUT_CONSTEXPR copied_type
|
static SPROUT_CONSTEXPR copied_type
|
||||||
remake(Cont&&, typename sprout::container_traits<sprout::complex<T> >::difference_type size, Args&&... args) {
|
remake(Cont&&, typename sprout::container_traits<sprout::complex<T> >::difference_type, Args&&... args) {
|
||||||
return copied_type(SPROUT_FORWARD(Args, args)...);
|
return copied_type(SPROUT_FORWARD(Args, args)...);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue