From cd1c5f8af25a2930ad82a1f083edbc072d4a26d9 Mon Sep 17 00:00:00 2001 From: Akira Takahashi Date: Thu, 31 Aug 2023 02:53:16 +0900 Subject: [PATCH] =?UTF-8?q?1.83.0=20:=20Unordered=E3=81=AE=E3=83=91?= =?UTF-8?q?=E3=83=83=E3=83=81=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- document/version/1_83_0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/document/version/1_83_0.md b/document/version/1_83_0.md index 3655cfe..a7e73f5 100644 --- a/document/version/1_83_0.md +++ b/document/version/1_83_0.md @@ -20,6 +20,8 @@ - JSON - Windows ARM環境において、組み込み命令 (intrinsics) の欠如によりコンパイルが失敗する場合がある。[GitHub #926](https://github.com/boostorg/json/issues/926)と[GitHub #927](https://github.com/boostorg/json/issues/927)、および[パッチ](https://github.com/boostorg/json/commit/c4ce8509d015a0b75cfa9d36609b8409821a9c86.patch)を参照 +- Unordered + - コピー代入演算子において、存在しない要素を誤って削除してしまう問題を修正。[GitHub #205](https://github.com/boostorg/unordered/issues/205)、および[パッチ](https://github.com/boostorg/website/blob/482eff5d7e22db9b3cca0e89837e6dc9b3bde431/patches/1_83_0/0001-unordered-fix-copy-assign.patch)を参照 ## 新ライブラリ