Skip to content

Commit 3c0b15e

Browse files
committed
表の表示崩れを修正
1 parent 04cdd84 commit 3c0b15e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

reference/system_error/error_condition.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ Visual C++ 2010、GCC 4.6.1では[`generic_category()`](generic_category.md)と[
4646
| `bool operator<=(const error_condition&, const error_condition&) noexcept;` | 左辺が右辺以下か判定する (`operator<=>`により使用可能) | C++20 |
4747
| `bool operator>(const error_condition&, const error_condition&) noexcept;` | 左辺が右辺より大きいか判定する (`operator<=>`により使用可能) | C++20 |
4848
| `bool operator>=(const error_condition&, const error_condition&) noexcept;` | 左辺が右辺以上か判定する (`operator<=>`により使用可能) | C++20 |
49-
5049
| [`make_error_condition`](make_error_condition.md) | `errc`から`error_condition`オブジェクトを生成する | C++11 |
5150
5251

0 commit comments

Comments
 (0)