Skip to content

Commit 5c2a2f3

Browse files
committed
1.89.0: Systemを追加
boostorg/website#944
1 parent c9cdda0 commit 5c2a2f3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

document/version/1_89_0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
- [PFR](#pfr)
5151
- [Process](#process)
5252
- [Random](#random)
53+
- [System](#system)
5354
- [TypeIndex](#type_index)
5455
- [Unordered](#unordered)
5556

@@ -279,6 +280,15 @@
279280
- `beta_distribution::operator()`のパフォーマンスを改善
280281

281282

283+
## <a id="system" href="#system">System</a>
284+
285+
- スタブ版コンパイルライブラリを削除
286+
- System は 1.69 以降ヘッダオンリーのため不要
287+
- `find_package(Boost COMPONENTS system ...)` を含む `CMakeLists.txt` に影響が生じる可能性
288+
- 最もかんたんな修正は、コンポーネント一覧から `system` を削除すること
289+
- Boost 1.69 より前のリリースとの互換性を保ちたい場合は `find_package(Boost COMPONENTS ... OPTIONAL_COMPONENTS system)` を使用すること
290+
291+
282292
## <a id="type_index" href="#type_index">TypeIndex</a>
283293

284294
- **C++20モジュールの初期サポート**。詳細はドキュメントを参照

0 commit comments

Comments
 (0)