-
Notifications
You must be signed in to change notification settings - Fork 967
Added example program outputs (#3892) #3893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@BrandonPacewic : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, add a #label:"aq-pr-triaged" |
@BrandonPacewic : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
@BrandonPacewic : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
@BrandonPacewic : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
After looking through more of the documentation it has occurred to me that lots of example code sections do not contain the output of said code. Is this on purpose or because of how each individual decided to write each doc section? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for adding the output examples and improving the docs.
@BrandonPacewic, regarding your question about output samples, yes, it can vary by writer. Some of these docs are very old, were authored at different times when cpub standards and emphasis were different, or came from an earlier publishing system and may have suffered at the hands of automated conversion to the new format. Or someone may have decided that including the output wouldn't add any descriptive value because it was self-evident. Regardless of the reasons, thank you for adding value here. Much appreciated. |
Absolutely, looking forward to making more contributions when I can. |
#sign-off |
This pr fixes #3892.
Added program output for example code as well as fixed the compile errors within the
equal_range
example code.