https://llvm.org/bugs/show_bug.cgi?id=28555
David Majnemer <david.majne...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #3 from David Majnemer <david.majne...@gmail.com> --- This has been fixed on trunk (r275169): arb-len-tup.cpp:38:15: error: redefinition of 'b' with a different type: 'ntuple_t<2>' vs 'ntuple_t<1>' ntuple_t<2> b = make<2>(0); ^ arb-len-tup.cpp:37:15: note: previous definition is here ntuple_t<1> b = make<1>(0); ^ arb-len-tup.cpp:40:23: error: use of undeclared identifier 'c' operator<<<2>(cout, c); ^ 2 errors generated. Feel free to reopen if you can reproduce on trunk. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs