-
Notifications
You must be signed in to change notification settings - Fork 128
Conversation
halgari
commented
Nov 8, 2015
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 supportedarchitectures, 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
- M examples/mandelbrot.pxi
https://github.com/pixie-lang/pixie/pull/436/files#diff-0 (2)Patch Links:
- https://github.com/pixie-lang/pixie/pull/436.patch
- https://github.com/pixie-lang/pixie/pull/436.diff
—
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
Cool, then do not merge it yet, let me look at ffi-infer and suggest changes.
GNU C++ issues an error on anonymous enum arguments used with
typenamein templates.-std=c++0xdisables 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).