We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9cdda0 commit 5c2a2f3Copy full SHA for 5c2a2f3
document/version/1_89_0.md
@@ -50,6 +50,7 @@
50
- [PFR](#pfr)
51
- [Process](#process)
52
- [Random](#random)
53
+- [System](#system)
54
- [TypeIndex](#type_index)
55
- [Unordered](#unordered)
56
@@ -279,6 +280,15 @@
279
280
- `beta_distribution::operator()`のパフォーマンスを改善
281
282
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
292
## <a id="type_index" href="#type_index">TypeIndex</a>
293
294
- **C++20モジュールの初期サポート**。詳細はドキュメントを参照
0 commit comments