Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix two build issues when building with GCC
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.
- Loading branch information