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

Suppress ZMQ_EXTENDED_CONSTEXPR on gcc with partial C++14 support #553

Merged
merged 1 commit into from May 10, 2022

Conversation

gin-ahirsch
Copy link
Contributor

@gin-ahirsch
Copy link
Contributor Author

Had to change from checking __cpp_constexpr to a specific gcc version. Looks like gcc <= 5.3 errors, but still defines __cpp_constexpr to 201304 so that's insufficient.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 2280258814

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 86.037%

Totals Coverage Status
Change from base Build 1383071410: 0.0%
Covered Lines: 801
Relevant Lines: 931

💛 - Coveralls

@gummif
Copy link
Member

gummif commented May 10, 2022

Thanks

@gummif gummif merged commit 2636233 into zeromq:master May 10, 2022
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

Successfully merging this pull request may close these issues.

None yet

3 participants