[LLVMbugs] [Bug 16254] cinttypes does not unconditionally define format macros

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Jun 7 08:46:36 PDT 2013


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

Howard Hinnant <hhinnant at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |MOVED

--- Comment #3 from Howard Hinnant <hhinnant at apple.com> ---
Ok.  The reason this works on OS X is because I got the C lib team on OS X to
change <inttypes.h> (and <stdint.h>) to not do the macro-dance as C recommends
when __cplusplus.  Note that for them to do this does not impact their
conformance to the C standard.

I don't know how else to implement it.  I recommend filing a bug against glibc
2.17.

I'm setting this to Resolved/Moved.  My intent is to say that the fix for this
is outside the scope of libc++.

-- 
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/20130607/0b2b3f1c/attachment.html>


More information about the llvm-bugs mailing list