Issue 117319
Summary [libc++] libc++ doesn't compile with gcc 15
Labels libc++
Assignees
Reporter killcerr
    libc++ doesn't compile with GCC 15 because it comes with new GCC ```__decay``` built-in which is incompatible with libc++.
[similar issue](https://github.com/llvm/llvm-project/issues/91831)
[the bug file](https://github.com/llvm/llvm-project/blob/main/libcxx/include/__type_traits/decay.h#L28)
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to