<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/117319>117319</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            [libc++] libc++ doesn't compile with gcc 15
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            libc++
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          killcerr
      </td>
    </tr>
</table>

<pre>
    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)
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJycUstu2zAQ_JrVhYggLi1LPPAQx1Av_QeDj5W0LS0ZIpXEf19IaeLeCgQgQBDDnRkOx6bEw0RkoD5BfS7smsd5Mb85Rk_LUrg53E1k5wFPgCcRZkoTYJOFn683jiTeOI_ix8uLkLVw5O2aSPAOU_oAJ3rbL8Cx-liXSyBv719n4VaO-Ykn8TayHwUnwdPGbzO7T4mHiRKqM1TPUJ8SXznaRXBKK0F9BmzHnG8J1DNgB9gNnMfVlX6-AnYxvn5uT7dl_kU-A3b7bALstGyVBNRf7Hkk4dZB9By_S-7i7AC7q-VpA9n59_dNc_JxDQTYXS75fqNLXiznzcQeTDkCqp_YAuoiGBW00rYgIxuF2DSVbIrR9LoK4RhCi66vmz5Ijd73tT72pNvDgQo2WOFBSkSJlVLHsnVBkWzbQI3s7VHBoaKr5Vhunst5GYo9CiNlo6QuonUU094LxEf4gLj1ZDH7S906JDhUkVNOD57MOe6N-mesPov_12jwXsi6WJdovv-Pf_2_GvwTAAD__9Xk5WE">