Skip to content

Update boost_1_91_0.adoc#608

Merged
PeterTurcan merged 2 commits intoboostorg:developfrom
apolukhin:patch-1
Mar 17, 2026
Merged

Update boost_1_91_0.adoc#608
PeterTurcan merged 2 commits intoboostorg:developfrom
apolukhin:patch-1

Conversation

@apolukhin
Copy link
Member

No description provided.

@cppalliance-bot
Copy link

cppalliance-bot commented Mar 10, 2026

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

@apolukhin
Copy link
Member Author

ping

Copy link
Collaborator

@PeterTurcan PeterTurcan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few nits:

  1. Let's keep the tense all past tense, change these to 'ed':

Fixed 'import std' ....
Disabled from_exception ...

  1. 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

  1. Awkward sentence:

Change: Size of binaries that use the library become smaller.

to

Reduced the size of library binaries.

@apolukhin
Copy link
Member Author

@PeterTurcan many thanks for the review! Applied the proposed fixes

@apolukhin apolukhin requested a review from PeterTurcan March 17, 2026 11:24
@PeterTurcan PeterTurcan merged commit 1edc369 into boostorg:develop Mar 17, 2026
4 checks passed
@apolukhin apolukhin deleted the patch-1 branch March 17, 2026 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants