cpp-docs icon indicating copy to clipboard operation
cpp-docs copied to clipboard

Improve C4324 warning reference

Open Rageking8 opened this issue 5 months ago • 4 comments

  • Add "Remarks" and "Example" headings
  • Change "structname" in warning message to "type" as C4324 also applies to class and union
  • Add some details about "class/struct/union" and alignas in the remarks
  • Improve example:
    • Remove superfluous main function and add /c flag
    • Prefer standard alignas over __declspec(align)
    • Extend the example with an empty struct and okay case
  • Update metadata

Rageking8 avatar Jul 22 '25 14:07 Rageking8