https://llvm.org/bugs/show_bug.cgi?id=24361
Richard Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #1 from Richard Smith <[email protected]> --- Sorry, that's how c++11 is specified. The suffix is part of the same pp-token as the string literal, so is not subject to macro expansion. You need to add a space before each of these macro names when porting your code to c++11. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
