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

Investigate use of /permissive- on msvc #89

Open
Sqeaky opened this issue Sep 15, 2019 · 0 comments
Open

Investigate use of /permissive- on msvc #89

Sqeaky opened this issue Sep 15, 2019 · 0 comments

Comments

@Sqeaky
Copy link
Member

Sqeaky commented Sep 15, 2019

On msvc /permissive- disables non-standard permissive behaviours. This could help avoid corner cases where the build breaks. This is default in newer version and the docs can be found here: https://docs.microsoft.com/en-us/cpp/build/reference/permissive-standards-conformance?view=vs-2019

This should be tested in the Jagati and if it doesn't break other packages it should be used by default. If it breaks everything horribly it should be documented here and dropped. If it needs some work it should be discussed.

@Sqeaky Sqeaky added this to the PreJagatiSprint milestone Sep 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant