Skip to content

Commit 2ae4c33

Browse files
committed
equivalent関係の訳語を規定 #582
1 parent 1f5e29c commit 2ae4c33

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

working_style.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ C++11以降対応についてはC++11と明記します。バージョン表記
6464
| effects | 効果 |
6565
| emplace | 直接構築 |
6666
| empty ||
67-
| equivalence relation | 等価関係 |
67+
| equal | 等値 |
68+
| equivalence class | 同値分類 (数学的文脈) |
69+
| equivalence relation | 同値関係 (数学的文脈) |
70+
| equivalent | 同値 (数学的文脈)、等価 (その他文脈) |
6871
| forward iterator | 前方向イテレータ |
6972
| fundamental type | 単純型 |
7073
| ill-formed | 不適格 |

0 commit comments

Comments
 (0)