Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Avoids error message wit g++ as C++ compiler#436

Open
dtolpin wants to merge 2 commits into
pixie-lang:master from
dtolpin:master
Open

Avoids error message wit g++ as C++ compiler #436
dtolpin wants to merge 2 commits into
pixie-lang:master from
dtolpin:master

Conversation

@dtolpin

@dtolpin dtolpin commented Nov 7, 2015

Copy link
Copy Markdown

GNU C++ issues an error on anonymous enum arguments used with typename in templates. -std=c++0x disables this error because the newer standard enables the usage. clang, the only other compiler option on supported architectures, works fine with the option (as well as without it).

halgari commented Nov 8, 2015

Copy link
Copy Markdown
Member

I wouldn't be against putting this change inside ffi-infer and making a
default. That way it should allow us to work with all header files a bit
better.

Timothy

On Sat, Nov 7, 2015 at 1:10 PM, David Tolpin notifications@github.com
wrote:

GNU C++ issues an error on anonymous enum arguments used with typename in
templates. -std=c++0x disables this error because the newer standard
enables the usage. clang, the only other compiler option on supported

architectures, works fine with the option (as well as without it).

You can view, comment on, or merge this pull request online at:

#436
Commit Summary

  • added c++0x to avoid gnu c++ barking at me
  • Merge branch 'master' of ssh://github.com/dtolpin/pixie

File Changes

Patch Links:


Reply to this email directly or view it on GitHub
#436.

"One of the main causes of the fall of the Roman Empire was that–lacking
zero–they had no way to indicate successful termination of their C
programs."
(Robert Firth)

dtolpin commented Nov 8, 2015

Copy link
Copy Markdown
Author

Cool, then do not merge it yet, let me look at ffi-infer and suggest changes.

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

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

AltStyle によって変換されたページ (->オリジナル) /