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

Add example and tweak C3187 error reference

Open Rageking8 opened this issue 4 months ago • 4 comments

  • Update error message (remove space before colon and replace "identifier" with "__func__")
  • Add __func__ link and tweak remarks (use "identifier" instead of "macro" as per docs/cpp/func.md)
  • Add new example showing 2 possible ways to emit C3187
  • Add similar C2457 link under "See also"
  • Add "Remarks" heading and update metadata

Rageking8 avatar Aug 15 '25 09:08 Rageking8