-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Avoid MSVC warnings about standard-library facilities #491
Labels
Comments
eyalroz
added a commit
that referenced
this issue
Apr 15, 2023
eyalroz
added a commit
that referenced
this issue
Apr 15, 2023
eyalroz
added a commit
that referenced
this issue
Apr 16, 2023
eyalroz
added a commit
that referenced
this issue
Apr 16, 2023
eyalroz
added a commit
that referenced
this issue
Apr 17, 2023
eyalroz
added a commit
that referenced
this issue
Apr 17, 2023
eyalroz
added a commit
that referenced
this issue
Apr 17, 2023
eyalroz
added a commit
that referenced
this issue
Apr 19, 2023
eyalroz
added a commit
that referenced
this issue
Apr 19, 2023
eyalroz
added a commit
that referenced
this issue
Apr 20, 2023
eyalroz
added a commit
that referenced
this issue
Apr 20, 2023
eyalroz
added a commit
that referenced
this issue
Apr 23, 2023
eyalroz
added a commit
that referenced
this issue
Apr 23, 2023
eyalroz
added a commit
that referenced
this issue
Apr 29, 2023
eyalroz
added a commit
that referenced
this issue
May 1, 2023
eyalroz
added a commit
that referenced
this issue
May 11, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MSVC is spewing some warnings/errors about different bits of the standard library, e.g.
<experimental/filesystem>
in C++14 andstd::strerror()
. Let's suppress those.The text was updated successfully, but these errors were encountered: