Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSVC more standards conformance #152

Open
Oipo opened this issue Jan 5, 2023 · 0 comments
Open

MSVC more standards conformance #152

Oipo opened this issue Jan 5, 2023 · 0 comments

Comments

@Oipo
Copy link

Oipo commented Jan 5, 2023

The /Zc 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant