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

Drop support for GCC 4.6 and 4.7 #2253

Merged
merged 3 commits into from Jul 23, 2016
Merged

Drop support for GCC 4.6 and 4.7 #2253

merged 3 commits into from Jul 23, 2016

Conversation

K-ballo
Copy link
Member

@K-ballo K-ballo commented Jul 16, 2016

No description provided.

@@ -262,8 +262,7 @@ endif()
################################################################################
set(HPX_HIDDEN_VISIBILITY_DEFAULT ON)
if(CMAKE_COMPILER_IS_GNUCXX)
if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 4.6.99
AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.8)
if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.8)
set(HPX_HIDDEN_VISIBILITY_DEFAULT OFF)
endif()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't this patch remove support for anything less than gcc 4.8? I think we don't need this set(HPX_HIDDEN_VISIBILITY_DEFAULT OFF) anymore at all.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed, that condition will never be true.

@hkaiser
Copy link
Member

hkaiser commented Jul 16, 2016

Very nice, thanks! LGTM

@K-ballo K-ballo force-pushed the gcc-bump branch 3 times, most recently from 4b847c3 to 5b8dd46 Compare July 21, 2016 14:13
@hkaiser hkaiser merged commit a1bba22 into master Jul 23, 2016
@hkaiser hkaiser deleted the gcc-bump branch July 23, 2016 18:41
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