Skip to content

Commit

Permalink
Merge pull request #951 from cpprefjp/fix-missing-link
Browse files Browse the repository at this point in the history
リンクの修正
  • Loading branch information
yumetodo authored Mar 14, 2022
2 parents a11952d + 5be7a1f commit 093da6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/unordered_map/unordered_map/insert_or_assign.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ iterator insert_or_assign(const_iterator hint, key_type&& k, M&& obj);
## 備考
- 規格にはこの関数の例外安全性についての記載が無いが、[`emplace`](emplace.md) や [`emplace_hint`] と等価と考えて問題ないと思われる。
- 規格にはこの関数の例外安全性についての記載が無いが、[`emplace`](emplace.md) や [`emplace_hint`](emplace_hint.md) と等価と考えて問題ないと思われる。
- 規格にはこの関数が呼ばれた後のイテレータや要素へのポインタ・参照の有効性についての記載が無いが、[`emplace`](emplace.md) や [`emplace_hint`] と等価と考えて問題ないと思われる。
- 規格にはこの関数が呼ばれた後のイテレータや要素へのポインタ・参照の有効性についての記載が無いが、[`emplace`](emplace.md) や [`emplace_hint`](emplace_hint.md) と等価と考えて問題ないと思われる。
- このメンバ関数の[`機能テストマクロ`](/lang/cpp17/feature_test_macros.md)は以下の通り。
Expand Down

0 comments on commit 093da6b

Please sign in to comment.