Skip to content

MSVC build logic should specify /permissive- #255

Description

Problem
Due to originally being built before the standardization of C++ and sticking to those decisions for a bit too long, MSVC allows for non-standard behaviors. This creates problems by accidentally introducing non-standard code prior to a Pull Request.

Describe the solution you'd like.
Set /permissive- in all .vcxproj files. This way all MSVC code is built adhering to standard specified behavior.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions