Skip to content

Commit 9df544a

Browse files
committed
multisetとmultimapのmergeの説明の修正とICCのバージョンの追加
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
1 parent dde880f commit 9df544a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

reference/map/multimap/merge.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ template<class C2>
1818
1919
## 概要
2020
引数 `source` 内の各要素を抽出し、`*this` の比較オブジェクトを使用して `*this` への挿入を試みる。
21-
`source` の要素のキーと等価なキーの要素がある場合、その要素は `source` から抽出されない。
2221
また、この操作で要素はコピーもムーブもされない。
2322
2423
@@ -93,7 +92,7 @@ m2 :
9392
### 処理系
9493
- [Clang](/implementation.md#clang): 8.0.0 [mark verified]
9594
- [GCC](/implementation.md#gcc): 7.1.0 [mark verified]
96-
- [ICC](/implementation.md#icc): ??
95+
- [ICC](/implementation.md#icc): 2021.10.0 [mark verified]
9796
- [Visual C++](/implementation.md#visual_cpp): 2017 Update 5 [mark verified]
9897

9998

reference/set/multiset/merge.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ template<class C2>
1717
```
1818
1919
## 概要
20-
引数 `source` 内の各要素を抽出し、`*this` の比較オブジェクトを使用して `*this` への挿入を試みる。
21-
`source` の要素のキーと等価なキーの要素がある場合、その要素は `source` から抽出されない。
20+
引数 `source` 内の各要素を抽出し、`*this` の比較オブジェクトを使用して `*this` へ挿入する。
2221
また、この操作で要素はコピーもムーブもされない。
2322
2423
@@ -86,7 +85,7 @@ s2 = { 10, 10, 20, 30 }
8685
### 処理系
8786
- [Clang](/implementation.md#clang): 8.0.0 [mark verified]
8887
- [GCC](/implementation.md#gcc): 7.1.0 [mark verified]
89-
- [ICC](/implementation.md#icc): ??
88+
- [ICC](/implementation.md#icc): 2021.10.0 [mark verified]
9089
- [Visual C++](/implementation.md#visual_cpp): 2017 Update 5 [mark verified]
9190

9291

0 commit comments

Comments
 (0)