[libcxx-commits] [PATCH] D149313: [libc++] Use __is_convertible built-in when available

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 4 17:46:51 PDT 2023


philnik added a comment.

In D149313#4320676 <https://reviews.llvm.org/D149313#4320676>, @shafik wrote:

> In D149313#4320424 <https://reviews.llvm.org/D149313#4320424>, @philnik wrote:
>
>> In D149313#4320325 <https://reviews.llvm.org/D149313#4320325>, @shafik wrote:
>>
>>> I think this should have a release note.
>>
>> Why? We don't support GCC 13 yet.
>
> I must have misunderstood, does this not fix the problem in https://github.com/llvm/llvm-project/issues/62396 even if there is follow-up work todo?

Yes, it fixes the problem. But I don't see why we would add a release note. We don't support GCC 13 yet, so it's not unexpected that things break.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149313/new/

https://reviews.llvm.org/D149313



More information about the libcxx-commits mailing list