You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><ahref="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0645r10.html" target="_blank">P0645R10 Text Formatting</a></li>
309
309
<li><ahref="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2418r2.html" target="_blank">P2418R2 Add support for <code>std::generator</code>-like types to <code>std::format</code></a></li>
310
-
<li><ahref="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2905r2.html" target="_blank">P2905R2 Runtime format strings</a></li>
310
+
<li><ahref="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2905r2.html" target="_blank">P2905R2 Runtime format strings</a><ul>
311
+
<li>C++23 発効後の DR として、引数を非 <code>const</code> 左辺値参照とすることで、一時オブジェクトを渡すことによる寿命切れオブジェクトの参照を回避する変更が提案された。これは C++20 まで遡及適用された。</li>
0 commit comments