From aaff7b5d32b068cc6cd74ea24f9fb1b25f437a5c Mon Sep 17 00:00:00 2001 From: Akira Takahashi Date: Mon, 22 May 2023 16:29:22 +0900 Subject: [PATCH] =?UTF-8?q?(multi)map=20:=20empty=E3=81=AE=E8=A8=80?= =?UTF-8?q?=E8=AA=9E=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E3=81=8C?= =?UTF-8?q?C++11=E3=81=AB=E3=81=AA=E3=81=A3=E3=81=A6=E3=81=84=E3=81=9F?= =?UTF-8?q?=E3=81=AE=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reference/map/map/empty.md | 10 ---------- reference/map/multimap/empty.md | 10 ---------- 2 files changed, 20 deletions(-) diff --git a/reference/map/map/empty.md b/reference/map/map/empty.md index a4451c82b5..e9ec6ba894 100644 --- a/reference/map/map/empty.md +++ b/reference/map/map/empty.md @@ -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 - ## 関連項目 | 名前 | 説明| diff --git a/reference/map/multimap/empty.md b/reference/map/multimap/empty.md index 92929d1acc..820c10bf05 100644 --- a/reference/map/multimap/empty.md +++ b/reference/map/multimap/empty.md @@ -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 - ## 関連項目 | 名前 | 説明|