Skip to content

Commit cf9ff95

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 3ccc82b commit cf9ff95

File tree

3 files changed

+523
-59
lines changed

3 files changed

+523
-59
lines changed

lang/cpp26.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,12 @@
176176

177177
<p class="text-right"><small>
178178
最終更新日時(UTC):
179-
<span itemprop="datePublished" content="2024-08-11T17:56:19">
180-
2024年08月11日 17時56分19秒
179+
<span itemprop="datePublished" content="2024-09-11T07:06:58">
180+
2024年09月11日 07時06分58秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
184-
<span itemprop="name">久我山菜々</span>
184+
<span itemprop="name">Akira Takahashi</span>
185185
</span>
186186
が更新
187187
</small></p>
@@ -511,7 +511,6 @@ <h3>文字列</h3>
511511
<li>コンパイル時の書式文字列だけでなく、実行時の書式文字列を渡せるよう仕様修正</li>
512512
</ul>
513513
</li>
514-
<li>文字列フォーマットをより高速にできる最適化が可能か判定する<code><span href="https://cpprefjp.github.io/reference/format/enable_nonlocking_formatter_optimization.md.nolink">std::enable_nonlocking_formatter_optimization</span></code>を追加</li>
515514
<li><code><a href="../reference/string/basic_string.html">std::basic_string</a></code><code><a href="../reference/string_view/basic_string_view.html">std::basic_string_view</a></code><code><a href="../reference/string/basic_string.html">std::basic_string</a></code>として連結させる<code>operator+</code>を追加</li>
516515
</ul>
517516
<h3>ファイル</h3>
@@ -527,6 +526,7 @@ <h3>入出力</h3>
527526
<ul>
528527
<li><code><a href="../reference/print/print.html">std::print()</a></code><code><a href="../reference/print/println.html">std::println()</a></code>に、ロックを取得せず高速に書き出す最適化を許可</li>
529528
<li><code><a href="../reference/print/println.html">std::println()</a></code>に、改行のみを出力するオーバーロードを追加</li>
529+
<li><code><a href="../reference/print/print.html">std::print()</a></code><code><a href="../reference/print/println.html">std::println()</a></code>をより高速にできる最適化が可能か判定する<code><a href="../reference/format/enable_nonlocking_formatter_optimization.html">std::enable_nonlocking_formatter_optimization</a></code>を追加</li>
530530
</ul>
531531
<h3>並行・並列処理</h3>
532532
<ul>

0 commit comments

Comments
 (0)