http://llvm.org/bugs/show_bug.cgi?id=16775
Richard Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #2 from Richard Smith <[email protected]> --- The code in comment#0 is valid in C++98. The initializer can be converted to type void* by a standard conversion sequence consisting of an lvalue-to-rvalue conversion followed by a null pointer conversion. -- 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
