[llvm-bugs] [Bug 25644] clang-cl rejects code that Visual C++ accepts

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Nov 26 10:47:35 PST 2015


https://llvm.org/bugs/show_bug.cgi?id=25644

Yaron Keren <yaron.keren at gmail.com> changed:

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

--- Comment #5 from Yaron Keren <yaron.keren at gmail.com> ---
The fix to boost is to modify typeof.hpp:52 from

 #elif defined(__GNUC__)


to

 #elif defined(__GNUC__) || defined(__clang__)

taking indeed the __typeof__ branch before the msvc hacks branch.

-- 
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/20151126/800f0868/attachment.html>


More information about the llvm-bugs mailing list