]> granicus.if.org Git - clang/commitdiff
Remove an unnecessary FIXME for variadic templates
authorDouglas Gregor <dgregor@apple.com>
Tue, 4 Jan 2011 22:26:51 +0000 (22:26 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 4 Jan 2011 22:26:51 +0000 (22:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122848 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaTemplateDeduction.cpp

index 91d65c281a823e834726278f35eb5ed1ad80e6da..3c3f3d7889f064dc01251ec85b89ea4ad1612fcc 100644 (file)
@@ -1608,8 +1608,6 @@ Sema::SubstituteExplicitTemplateArguments(
   //
   // Take all of the explicitly-specified arguments and put them into the
   // set of deduced template arguments.
-  //
-  // FIXME: Variadic templates?
   Deduced.reserve(TemplateParams->size());
   for (unsigned I = 0, N = ExplicitArgumentList->size(); I != N; ++I)
     Deduced.push_back(ExplicitArgumentList->get(I));