[clang] [Clang] Implement C++26 P2748R5 "Disallow Binding a Returned Glvalue to a Temporary" (PR #89942)
Adrian Vogelsgesang via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 30 07:29:13 PDT 2024
================
@@ -167,7 +167,7 @@ <h2 id="cxx26">C++2c implementation status</h2>
<tr>
<td>Disallow Binding a Returned Glvalue to a Temporary</td>
<td><a href="https://wg21.link/P2748R5">P2748R5</a></td>
- <td class="none" align="center">No</td>
+ <td class="full" align="center">Clang 19</td>
----------------
vogelsgesang wrote:
Ah, I just saw this was already fixed in the meantime - nevermind 🙂
https://github.com/llvm/llvm-project/pull/89942
More information about the cfe-commits
mailing list