2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-19 04:42:17 +00:00

Manually update users/history/boost_1_89_0.html with release notes for System

This commit is contained in:
Peter Dimov
2025-12-09 20:03:42 +02:00
parent 62d3c2bf5e
commit e34e1fdee6

View File

@@ -902,6 +902,26 @@
</ul>
</div>
</li>
<li>
<div>
<span class="library"><a href="/libs/system/">System</a>:</span>
<ul>
<li>
<div>
The stub compiled library has been removed; System has been header-only since release 1.69.
</div>
</li>
<li>
<div>
This may affect <code>CMakeLists.txt</code> files containing <code>find_package(Boost COMPONENTS system ...)</code>.
The easiest fix is to just remove <code>system</code> from the list of components as it's no longer required.
If compatibility with Boost releases earlier than 1.69 is to be preserved, one can use
<code>find_package(Boost COMPONENTS ... OPTIONAL_COMPONENTS system)</code>.
</div>
</li>
</ul>
</div>
</li>
<li>
<div>
<span class="library"><a href="/libs/type_index/">TypeIndex</a>:</span>