Skip to content

Commit f4ce5e5

Browse files
committed
C++26 : enable_nonlocking_formatter_optimizationへのリンクと書く場所を修正
#1314 #1334
1 parent 9119e06 commit f4ce5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lang/cpp26.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ C++26とは、2026年中に改訂される予定の、C++バージョンの通
176176
- ポインタ出力のサポートを追加
177177
- 幅と精度を動的に指定した場合でも型の検証がコンパイル時に行われるよう仕様を見直し
178178
- コンパイル時の書式文字列だけでなく、実行時の書式文字列を渡せるよう仕様修正
179-
- 文字列フォーマットをより高速にできる最適化が可能か判定する[`std::enable_nonlocking_formatter_optimization`](/reference/format/enable_nonlocking_formatter_optimization.md.nolink)を追加
180179
- [`std::basic_string`](/reference/string/basic_string.md)[`std::basic_string_view`](/reference/string_view/basic_string_view.md)[`std::basic_string`](/reference/string/basic_string.md)として連結させる`operator+`を追加
181180

182181

@@ -190,6 +189,7 @@ C++26とは、2026年中に改訂される予定の、C++バージョンの通
190189
### 入出力
191190
- [`std::print()`](/reference/print/print.md)[`std::println()`](/reference/print/println.md)に、ロックを取得せず高速に書き出す最適化を許可
192191
- [`std::println()`](/reference/print/println.md)に、改行のみを出力するオーバーロードを追加
192+
- [`std::print()`](/reference/print/print.md)[`std::println()`](/reference/print/println.md)をより高速にできる最適化が可能か判定する[`std::enable_nonlocking_formatter_optimization`](/reference/format/enable_nonlocking_formatter_optimization.md)を追加
193193

194194

195195
### 並行・並列処理

0 commit comments

Comments
 (0)