Skip to content

Commit

Permalink
(multi)map : emptyの言語バージョンがC++11になっていたのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed May 22, 2023
1 parent c019c0e commit aaff7b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions reference/map/map/empty.md
Expand Up @@ -52,16 +52,6 @@ int main ()
0
```

## バージョン
### 言語
- C++11

### 処理系
- [Clang](/implementation.md#clang): ??
- [GCC](/implementation.md#gcc): ??
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 2012

## 関連項目

| 名前 | 説明|
Expand Down
10 changes: 0 additions & 10 deletions reference/map/multimap/empty.md
Expand Up @@ -52,16 +52,6 @@ int main ()
0
```

## バージョン
### 言語
- C++11

### 処理系
- [Clang](/implementation.md#clang): ??
- [GCC](/implementation.md#gcc): ??
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 2012

## 関連項目

| 名前 | 説明|
Expand Down

0 comments on commit aaff7b5

Please sign in to comment.