-
Notifications
You must be signed in to change notification settings - Fork 984
Update all <stdexcept> class references
#5785
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
Update all <stdexcept> class references
#5785
Conversation
Rageking8
commented
Sep 17, 2025
- Split output into another code block and change "Class" to "class"
- Add backticks, simplify redundant relative links, remove trailing empty syntax lines, and update metadata
|
@Rageking8 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit cad9532: ✅ Validation status: passed
For more details, please refer to the build report. |
PRMerger Results
|
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
TylerMSFT
left a comment
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 the cleanup :-)
|
#sign-off |
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.
Pull request overview
This pull request updates 9 C++ Standard Library exception class reference files to improve consistency and modernize documentation formatting.
Changes:
- Updated metadata formatting: title placed before description, removed obsolete
ms.assetidfields - Changed "Class" to "class" (lowercase) in titles, descriptions, and link text for modern documentation style
- Simplified relative links by removing redundant
../standard-library/prefix - Separated code output into distinct code blocks with proper
Outputlanguage tags - Added backticks to code elements (class names, headers, namespaces) for proper rendering
- Removed trailing empty lines from C++ syntax code blocks
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| underflow-error-class.md | Updated metadata, simplified links, separated output block, added backticks |
| runtime-error-class.md | Updated metadata, simplified links, separated output block, added backticks |
| range-error-class.md | Updated metadata, simplified links, separated output block, added backticks |
| overflow-error-class.md | Updated metadata, simplified links, separated output block, added backticks |
| out-of-range-class.md | Updated metadata, simplified links, separated output block, added backticks |
| logic-error-class.md | Updated metadata, simplified links, separated output block, added backticks |
| length-error-class.md | Updated metadata, simplified links, separated output block, added backticks |
| invalid-argument-class.md | Updated metadata, simplified links, separated output block, added backticks |
| domain-error-class.md | Updated metadata, simplified links, separated output block, added backticks |