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

Reid Kleckner <r...@google.com> changed:

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

--- Comment #7 from Reid Kleckner <r...@google.com> ---
I would say this is fixed. There is no need to compile with -D_HAS_EXCEPTIONS=0
with clang-cl anymore, which was the only reason we recommended it in the first
place.

Furthermore, I think _HAS_EXCEPTIONS=0 is better supported by modern versions
of the MSVC STL, so you can probably include <typeinfo> with it set today. In
any case, that's not really our bug, our bug was the recommendation to use
-D_HAS_EXCEPTIONS=0 in the first place.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to