Skip to content

Commit

Permalink
移譲->委譲 を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed May 10, 2023
1 parent 058df35 commit 8a3b779
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/script/ngword_check.py
Expand Up @@ -13,6 +13,7 @@
("", "protmise_type", "promise_type"),
("", "repear", "repeat"),
("", "子ルーチン", "コルーチン"),
("", "移譲", "委譲"),
("reference/chrono", "dulation", "duration"),
("reference/random", "施行", "試行"),
("reference/random", "疑似", "擬似"),
Expand Down
2 changes: 1 addition & 1 deletion reference/queue/priority_queue/op_constructor.md
Expand Up @@ -68,7 +68,7 @@ priority_queue(priority_queue&& que,
- (1) : デフォルトコンストラクタ
- C++03 : 比較関数と元となるコンテナをコピーして構築する。
- C++11 : 比較関数をコピー、元となるコンテナをムーブして構築する。
- C++20 : (2)に移譲
- C++20 : (2)に委譲
- (2) : 比較関数のコピーと元となるコンテナをデフォルト構築して構築するコンストラクタ。
- (3) : 比較関数と、元となるコンテナのコピーから構築するコンストラクタ。
- (4) : コピーコンストラクタ
Expand Down

0 comments on commit 8a3b779

Please sign in to comment.