Skip to content

Commit fd2e8e6

Browse files
committed
リンクミスを修正
1 parent e9fb3fd commit fd2e8e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lang/cpp26/structured_binding_declaration_as_a_condition.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ if (auto [to, ec] = std::to_chars(p, last, 42)) {
3232
* std::to_chars[link /reference/charconv/to_chars.md]
3333
* std::to_chars_result[link /reference/charconv/to_chars_result.md]
3434
* std::errc[link /reference/system_error/errc.md]
35-
* std::to_string[link /reference/string/to_string.md]
3635

3736
なお、条件分岐文での初期化式と、全体を`bool`変換する条件式は別で指定できる。
3837

0 commit comments

Comments
 (0)