@@ -71,7 +71,9 @@ Windows APIバージョン番号のリストは[Update `WINVER` and `_WIN32_WINN
7171- [ DLL] ( #dll )
7272- [ Endian] ( #endian )
7373- [ Filesystem] ( #filesystem )
74+ - [ Geometry] ( #geometry )
7475- [ Heap] ( #heap )
76+ - [ JSON] ( #json )
7577- [ LEAF] ( #leaf )
7678- [ LexicalCast] ( #lexical-cast )
7779- [ Locale] ( #locale )
@@ -83,8 +85,8 @@ Windows APIバージョン番号のリストは[Update `WINVER` and `_WIN32_WINN
8385- [ MySQL] ( #mysql )
8486- [ PFR] ( #pfr )
8587- [ Predef] ( #predef )
86- - [ Ratio] ( #ratio )
8788- [ Random] ( #random )
89+ - [ Ratio] ( #ratio )
8890- [ Stacktrace] ( #stacktrace )
8991- [ System] ( #system )
9092- [ Test] ( #test )
@@ -169,11 +171,30 @@ Windows APIバージョン番号のリストは[Update `WINVER` and `_WIN32_WINN
169171- ** 非推奨化:** Windows 10より古いWindowsバージョンのサポートは非推奨であり、Boost 1.87で削除される予定
170172
171173
174+ ## <a id =" geometry " href =" #geometry " >Geometry</a >
175+
176+ - 解決したIssue
177+ - [ GitHub #1138 ] ( https://github.com/boostorg/geometry/issues/1138 ) 2つの` polygon ` の` difference ` を修正
178+ - [ GitHub #1183 ] ( https://github.com/boostorg/geometry/issues/1183 ) ` union_ ` の結果となる` polgon ` が不完全になる問題を修正
179+ - [ GitHub #1184 ] ( https://github.com/boostorg/geometry/issues/1184 ) ` intersection ` を修正
180+ - [ GitHub #1186 ] ( https://github.com/boostorg/geometry/issues/1186 ) ` union_ ` の不適切なinner ringの代入を修正
181+ - さまざまなエラーと警告を修正
182+
183+
172184## <a id =" heap " href =" #heap " >Heap</a >
173185
174186- C++03のサポートを非推奨化した。Boost 1.86.0で削除予定。新たな要求はC++14以上となる
175187
176188
189+ ## <a id =" json " href =" #json " >JSON</a >
190+
191+ - ユーザー型に直接パースする機能を実装
192+ - ` optional ` と` variant ` の変換カテゴリを追加
193+ - イテレータの組からのコンストラクタのイテレータ要件を緩和
194+ - 入力バッファを超える読み込みを修正
195+ - 初期化子リストのコンストラクタの一貫性がない選択を修正
196+
197+
177198## <a id =" leaf " href =" #leaf " >LEAF</a >
178199
179200- ` result<T> ` クラスをnodiscard指定
@@ -259,16 +280,16 @@ Windows APIバージョン番号のリストは[Update `WINVER` and `_WIN32_WINN
259280- Microsoft STLの検出を追加 (Henrik Gaßmann氏)
260281
261282
262- ## <a id =" ratio " href =" #ratio " >Ratio </a >
283+ ## <a id =" random " href =" #random " >Random </a >
263284
264285- C++03のサポートを終了
265- - ` BOOST_RATIO_EXTENSIONS ` のサポートを削除。Ratioは現在、標準 ` <ratio> ` ヘッダで実装される
286+ - Boost.Multiprecisionを使用したテストでのオーバーフローを修正
266287
267288
268- ## <a id =" random " href =" #random " >Random </a >
289+ ## <a id =" ratio " href =" #ratio " >Ratio </a >
269290
270291- C++03のサポートを終了
271- - Boost.Multiprecisionを使用したテストでのオーバーフローを修正
292+ - ` BOOST_RATIO_EXTENSIONS ` のサポートを削除。Ratioは現在、標準 ` <ratio> ` ヘッダで実装される
272293
273294
274295## <a id =" stacktrace " href =" #stacktrace " >Stacktrace</a >
0 commit comments