cpp-best-practices / cpp-best-practices/cppbestpractices

MSVC more standards conformance

未關閉
#152 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
沒有語言資料
星號
8.8k
分支
902
PR 合併指標
30 天內沒有已合併 PR

描述

The [/Zc](https://learn.microsoft.com/en-us/cpp/build/reference/zc-conformance?view=msvc-170) flag has a couple of conformance related changes that are not enabled by default, the /permissive- flag or the /std:c++17 and /std:c++20 flags.

As far as I understand the documentation, these include:
* /Zc:throwingNew
* /Zc:__cplusplus
* /Zc:preprocessor
* /Zc:inline
* /Zc:referenceBinding
* /Zc:strictStrings
* /Zc:templateScope

There are also two non-/Zc flags that I am aware of, that have an impact on conformance:
* /await:strict
* /volatile:iso

If interested, I could create a PR?

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

從連結的 Microsoft /Zc 相容性文件開始,並檢視此 repository 中現有的 C++ 編譯器指引。確定 MSVC 相容性旗標記錄在哪裡,然後涵蓋列出的 /Zc、/await:strict 和 /volatile:iso 選項,並準確說明預設值和適用性。相關指引清楚反映這些相容性設定即表示完成。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
cpp
領域
documentation
Issue 類型
文件
難度
3/5
預估耗時
1-2 天
活躍度
停滯
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。