cpp-docs
cpp-docs copied to clipboard
Improve C4324 warning reference
- Add "Remarks" and "Example" headings
- Change "structname" in warning message to "type" as C4324 also applies to
classandunion - Add some details about "class/struct/union" and
alignasin the remarks - Improve example:
- Remove superfluous
mainfunction and add/cflag - Prefer standard
alignasover__declspec(align) - Extend the example with an empty struct and okay case
- Remove superfluous
- Update metadata