Skip to content

Commit

Permalink
lang/cpp26: fix markup
Browse files Browse the repository at this point in the history
  • Loading branch information
yohhoy committed Dec 20, 2024
1 parent 7d79a5d commit 10ebad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/cpp26.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ C++26とは、2026年中に改訂される予定の、C++バージョンの通
- [`<typeinfo>`](/reference/typeinfo.md)ヘッダの以下の機能
- [`std::bad_cast`](/reference/typeinfo/bad_cast.md)クラスの`what()`メンバ関数
- [`std::bad_typeid`](/reference/typeinfo/bad_typeid.md)クラスの`what()`メンバ関数
- [<memory>](/reference/memory.md)に、ポインタのアライメントを判定する[`std::is_sufficiently_aligned()`](/reference/memory/is_sufficiently_aligned.md)関数を追加。
- [`<memory>`](/reference/memory.md)に、ポインタのアライメントを判定する[`std::is_sufficiently_aligned()`](/reference/memory/is_sufficiently_aligned.md)関数を追加。


### デバッグ
Expand Down

2 comments on commit 10ebad2

@faithandbrave
Copy link
Member

@faithandbrave faithandbrave commented on 10ebad2 Dec 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HTMLタグだと思われて、許可されたHTMLタグじゃないというエラーになるやつですね。。。どうするのがいいか。。。

@yohhoy
Copy link
Member Author

@yohhoy yohhoy commented on 10ebad2 Dec 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/cpprefjp/site/actions/runs/12428339470/job/34699756554#step:12:985

CI build のエラーメッセージに間接的に理由が書かれるので、そこまで緊急性はない気もしています。ただ、もう少しエラーメッセージが分かりやすくなると嬉しいかも?

[Parse Error : lang/cpp26.md]
  535 </ul>
  536 </li>
  537 </ul>
  538 </li>
  539 <li><a href="/reference/memory.md"><memory></a>に、ポインタのアライメントを判定する<a href="/reference/memory/is_sufficiently_aligned.md"><code>std::is_sufficiently_aligned()</code></a>関数を追加。</li>
...

Please sign in to comment.