Skip to content
This repository has been archived by the owner on Jun 4, 2018. It is now read-only.

GCC 4.6 compatibility #62

Open
mlange05 opened this issue Jan 14, 2016 · 2 comments
Open

GCC 4.6 compatibility #62

mlange05 opened this issue Jan 14, 2016 · 2 comments
Assignees

Comments

@mlange05
Copy link
Contributor

Ubuntu LTS and travis use GCC 4.6 as the default compiler, so we should aim to support it. We currently don't due to the use of non-static data member initializers, which is a C++11 feature and easy to change.

@marcoscimatec
Copy link
Contributor

Shall we change it after the cgen code is merged?

@mlange05
Copy link
Contributor Author

Yes, lets land PR #60 first. It will make this one easier, I think.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants