Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add C11 generic support #48
Add C11 generic support #48
Changes from all commits
203f283
d9a7510
0067d37
a7cf7e4
ddd59c1
76e9c83
005a453
e58de49
50c02c9
041c7cf
962dc8a
5f1b78e
c2f6339
7cdf8ad
0b162ca
9a17ba2
9473315
19238f0
06a878c
b4bd664
2add3ca
a6ef80d
897aba2
5e9a2f6
e67879d
46c6a0a
dd8f2f2
919c0f8
66b5e81
f703a1c
afafead
e84b98b
8fc4cc4
0177bfd
8d5204a
ba391a8
b13180b
2be7157
79a4579
1983c12
39d8442
ce4f4f7
46e4f05
7a7e1e4
3dfa002
6674fd1
544dbfc
7606d26
e47e4ad
f70e708
a0a1a94
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is removing this necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, looks like this is an MSVC thing, which we will no longer support anyway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it was actually supposed to be a GCC thing, but it didn't even match the typing behavior of GCC: #48 (comment).