http://llvm.org/bugs/show_bug.cgi?id=18696
Richard Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |DUPLICATE --- Comment #1 from Richard Smith <[email protected]> --- This is correct: the expression s_[0] is an odr-use of s_, so you're required to provide an out-of-class definition of it. *** This bug has been marked as a duplicate of bug 19643 *** -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
