mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
NO BUG: Remove incorrect comment about not being able to use variadic templates. DONTBUILD r=waldo
This commit is contained in:
parent
6bce65d621
commit
72afa30eaa
@ -635,10 +635,6 @@ struct UniqueSelector<T[N]>
|
||||
* ably serves this function.)
|
||||
*/
|
||||
|
||||
// We don't have variadic template support everywhere, so just hard-code arities
|
||||
// 0-8 for now. If you need more arguments, feel free to add the extra
|
||||
// overloads (and deletions for the T = E[N] case).
|
||||
|
||||
template<typename T, typename... Args>
|
||||
typename detail::UniqueSelector<T>::SingleObject
|
||||
MakeUnique(Args&&... aArgs)
|
||||
|
Loading…
Reference in New Issue
Block a user