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

Cleaning C++11 preprocessor directives #1141

Merged
merged 10 commits into from
Mar 10, 2016

Conversation

rolanddenis
Copy link
Member

PR Description

Cleaning remaining preprocessor directives related to C++11 features and simplifying C++11 compiler compatibility in project files.

Because __cplusplus value in Microsoft Visual Studio seems to be meaningless to check C++11 compatibility, we still need to test some C++11 features to ensure that the compiler is compatible.

Checklist

  • [N/A] Unit-test of your feature with Catch.
  • [N/A] Doxygen documentation of the code completed (classes, methods, types, members...)
  • [N/A] Documentation module page added or updated.
  • New entry in the ChangeLog.md added.
  • No warning raised in Debug cmake mode (otherwise, Travis C.I. will fail).
  • All continuous integration tests pass (Travis & appveyor)

@dcoeurjo
Copy link
Member

Prefect. Thanks a lot.
merging

dcoeurjo added a commit that referenced this pull request Mar 10, 2016
Cleaning C++11 preprocessor directives
@dcoeurjo dcoeurjo merged commit d63a6d0 into DGtal-team:master Mar 10, 2016
@rolanddenis rolanddenis deleted the cleanCPP11 branch March 16, 2016 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants