File tree Expand file tree Collapse file tree 3 files changed +523
-59
lines changed Expand file tree Collapse file tree 3 files changed +523
-59
lines changed Original file line number Diff line number Diff line change 176
176
177
177
< p class ="text-right "> < small >
178
178
最終更新日時(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秒
181
181
</ span >
182
182
< br />
183
183
< span itemprop ="author " itemscope itemtype ="http://schema.org/Person ">
184
- < span itemprop ="name "> 久我山菜々 </ span >
184
+ < span itemprop ="name "> Akira Takahashi </ span >
185
185
</ span >
186
186
が更新
187
187
</ small > </ p >
@@ -511,7 +511,6 @@ <h3>文字列</h3>
511
511
< li > コンパイル時の書式文字列だけでなく、実行時の書式文字列を渡せるよう仕様修正</ li >
512
512
</ ul >
513
513
</ 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 >
515
514
< 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 >
516
515
</ ul >
517
516
< h3 > ファイル</ h3 >
@@ -527,6 +526,7 @@ <h3>入出力</h3>
527
526
< ul >
528
527
< li > < code > < a href ="../reference/print/print.html "> std::print()</ a > </ code > と< code > < a href ="../reference/print/println.html "> std::println()</ a > </ code > に、ロックを取得せず高速に書き出す最適化を許可</ li >
529
528
< 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 >
530
530
</ ul >
531
531
< h3 > 並行・並列処理</ h3 >
532
532
< ul >
You can’t perform that action at this time.
0 commit comments