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

C++11 as standard #114

Closed
krisklau opened this issue Feb 1, 2018 · 5 comments
Closed

C++11 as standard #114

krisklau opened this issue Feb 1, 2018 · 5 comments

Comments

@krisklau
Copy link

krisklau commented Feb 1, 2018

Hi,

I was wondering if there has been any discussion about using C++11 as default for DUNE? We have been using it internally for a while, and several of the features are really useful when working with DUNE.

Kristian

@rasmartins
Copy link
Collaborator

It's definitely something that I've been ruminating in the last few months. From the developer point of view it's a no-brainer. However, since we (OceanScan) have a lot of systems in the field with C++98 only compilers it would be a major effort for us to upgrade those systems in order for them to run new DUNE versions. With that being said, I'm inclined to take the leap to C++14 one of these days.

@krisklau
Copy link
Author

krisklau commented Feb 8, 2018

That makes sense, and thank you for the reply.

In the meantime, would be it an option to somehow enable this on a task-specific basis? Or the other way around, disable tasks if C++14 is not available for the compiler? This would make it possible to use the legacy compilers for most of the tasks.

I'l close this for now as I mainly wanted your input, keep us posted.

@krisklau krisklau closed this as completed Feb 8, 2018
@krisklau krisklau reopened this Aug 29, 2018
@krisklau
Copy link
Author

Reopened to hear the status of this.

@rasmartins
Copy link
Collaborator

rasmartins commented Aug 29, 2018 via email

@zepinto
Copy link
Member

zepinto commented Mar 3, 2019

Now using CPP14 (master).

@zepinto zepinto closed this as completed Mar 3, 2019
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

No branches or pull requests

3 participants