NO BUG: Remove incorrect comment about not being able to use variadic templates. DONTBUILD r=waldo

This commit is contained in:
Jim Blandy 2015-04-23 16:48:19 -07:00
parent 6bce65d621
commit 72afa30eaa

View File

@ -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)