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

Fix two build issues when building with GCC #70

Merged
merged 1 commit into from
Jan 30, 2017

Conversation

boingoing
Copy link

First, GCC doesn't seem to implement an interface keyword. Workaround here is to use struct instead of interface. This is #69

Second, GCC doesn't support the flavor of static_assert which takes a single parameter. Just added a second parameter message here.

First, GCC doesn't seem to implement an interface keyword. Workaround here is to use struct instead of interface. This is nodejs#69

Second, GCC doesn't support the flavor of static_assert which takes a single parameter. Just added a second parameter message here.
gabrielschulhof

This comment was marked as off-topic.

@jasongin
Copy link
Member

LGTM. I also see the error about the static_assert when building on Windows. So I'm going to go ahead and merge this to unblock me. 

@jasongin jasongin merged commit 5ae919a into nodejs:api-prototype-6.2.0 Jan 30, 2017
jasongin pushed a commit that referenced this pull request Feb 1, 2017
First, GCC doesn't seem to implement an interface keyword. Workaround here is to use struct instead of interface. This is #69

Second, GCC doesn't support the flavor of static_assert which takes a single parameter. Just added a second parameter message here.
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

Successfully merging this pull request may close these issues.

None yet

3 participants