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

Fixes warning noexcept #581

Merged
merged 2 commits into from
Oct 16, 2022
Merged

Fixes warning noexcept #581

merged 2 commits into from
Oct 16, 2022

Conversation

ThibaultDECO
Copy link
Contributor

This type of function should not throw, adding noexcept

This type of function should not throw, adding noexcept
@coveralls
Copy link

coveralls commented Oct 14, 2022

Pull Request Test Coverage Report for Build 3256135122

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 86.251%

Totals Coverage Status
Change from base Build 3222337817: 0.0%
Covered Lines: 803
Relevant Lines: 931

💛 - Coveralls

@gummif
Copy link
Member

gummif commented Oct 14, 2022

You must use the ZMQ_NOTHROW macro instead of noexcept for compatibility.

@ThibaultDECO
Copy link
Contributor Author

Done, thanks!

@gummif
Copy link
Member

gummif commented Oct 16, 2022

Thanks

@gummif gummif merged commit c66fc60 into zeromq:master Oct 16, 2022
@ThibaultDECO ThibaultDECO deleted the patch-1 branch December 6, 2022 13:52
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