cpp-docs
cpp-docs copied to clipboard
C++ Documentation
- Convert "Class" in title to lowercase and rename "Parameters" heading with "Template parameters" - Fix wrong return type in literals syntax and add missing comma in `compare` - Add...
- Update error message to the new one (introduced in MSVC v19.32 VS17.2 as per [godbolt](https://godbolt.org/z/q8zqWE1vr) & [image](https://github.com/user-attachments/assets/2ee717a9-db57-4b0c-afc3-7d777d4e49c5)) - Augment the remarks by mentioning `void` arrays and pointers to `void`...
- Augment remarks with what happens without `/Za` flag - Tweak and format examples - Rename `func` to `func1` for alignment - Tighten wording in comments - Remove superfluous spaces...
Update error message, augment remarks, and add example.
- Add backticks, simplify redundant relative links, and update metadata - Remove extra "class" before links and convert "Class" in link text to lowercase
Add missing `f1_keywords` and `helpviewer_keywords` for new warnings introduced in commit https://github.com/MicrosoftDocs/cpp-docs/commit/e66dddcb0403cf22d831072adf285e3528364e16. No other warning seem to be missing or extraneous.
- Update outdated error message and add blockquotes - Add "Remarks" heading and overhaul its content since "A function was called incorrectly." is too vague - Fix example as the...
- Add new example that generates C2154. - In the error index page, change `*trait*` to `__underlying_type` as it seems to be the only trait that can cause C2154 (also...
- 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
Fix a couple of errors and tweak metadata.