On Tue, Feb 25, 2014 at 6:49 PM, Benjamin Kramer
<[email protected]> wrote:
> TEST(DeclPrinter, TestCXXConstructorDecl8) {
> @@ -519,8 +518,7 @@ TEST(DeclPrinter, TestCXXConstructorDecl
> " A(T&&... ts) : T(ts)... {}"
> "};",
> constructorDecl(ofClass(hasName("A"))).bind("id"),
> - "A<T...>(T &&ts...) : T(ts)"));
> - // WRONG; Should be: "A(T&&... ts) : T(ts)..."
> + "A<T...>(T &&ts...) : T(ts)..."));
> }
Note that the (T &&ts...) part does not look correct, "..." is still
in the wrong place. If you agree, please put back "WRONG".
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <[email protected]>*/
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits