[LLVMbugs] [Bug 15849] Failure to expand a predefined macro

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Apr 26 03:29:04 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=15849

Benjamin Kramer <benny.kra at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |benny.kra at gmail.com
         Resolution|---                         |INVALID

--- Comment #1 from Benjamin Kramer <benny.kra at gmail.com> ---
This is a C++11 feature (User-defined literals). GCC in C++11 mode gives the
same output, MSVC doesn't support UDLs yet.

To get the expected behavior compile in C++98 mode.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130426/ed8450bb/attachment.html>


More information about the llvm-bugs mailing list