Boost.MSM 1.91 release notes#604
Conversation
|
An automated preview of the documentation is available at https://604.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-02-24 21:09:13 UTC |
PeterTurcan
left a comment
There was a problem hiding this comment.
Can you verify the first three New features are the top priority?
Change "&" to "and" to be consistent.
Small Object Optimization should probably be lower case - Small object optimization, unless it is a name.
Should functor, on_entry() and on_exit(0 be in *** backticks as they are code syntax? Same for public and protected maybe.
Undefined Behavior should be lower case.
Perhaps spell out FSM unless its meaning is well known?
21355af to
35f2110
Compare
|
Thank you for the feedback and suggestions; I appreciate them. As a non-native speaker with limited experience writing technical documentation, I’ve recently realized there is still much to learn :)
Good point, I had not thought about priorities. I've updated the list accordingly.
Changed to use "and" consistently.
Changed to lower case.
I changed the APIs to I also marked the accessors I left “functor” unchanged, as it does not directly relate to code syntax.
Changed as suggested.
This refers to one of the template parameters of the mentioned calls. I believe it is well known to readers familiar with MSM. I added backticks to indicate that it reflects code syntax. |
No description provided.