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

Marshall Clow (home) <mclow.li...@gmail.com> changed:

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

--- Comment #1 from Marshall Clow (home) <mclow.li...@gmail.com> ---
This is not a libc++ bug.

The errors that you're getting show that you're using libstdc++ as your
standard library. (Specifically, the path elements like
'/5.4.0/bits/stl_algobase.h')

Both of your test programs compile w/o errors (On Mac OS X) using either
Apple's released version of clang + libc++, or ToT clang + libc++.

-- 
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