Update boost_1_91_0.adoc#608
Conversation
|
An automated preview of the documentation is available at https://608.site-docs.prtest2.cppalliance.org/index.html If more commits are pushed to the pull request, the docs will rebuild at the same URL. 2026-03-17 11:30:13 UTC |
|
ping |
PeterTurcan
left a comment
There was a problem hiding this comment.
Few nits:
- Let's keep the tense all past tense, change these to 'ed':
Fixed 'import std' ....
Disabled from_exception ...
- Clunky double-negative sentences, suggest changing:
The library now does not check at compile time for a possibly incompatible runtime. As a result the check now does not have false positives and the from_exception functionality just works out-of-the-box.
to:
Removed the compile time check for a possibly incompatible runtime. As a result there are no false positives and the from_exception functionality just works out-of-the-box.
And:
Simplified has_addr2line check to not link with C++ Standard Library to simplify builds with non system-default libstdc++.so
to:
Removed the has_addr2line link check with C++ Standard Library to simplify builds with non system-default libstdc++.so
- Awkward sentence:
Change: Size of binaries that use the library become smaller.
to
Reduced the size of library binaries.
|
@PeterTurcan many thanks for the review! Applied the proposed fixes |
No description provided.