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

Fix for issue #2551 #2766

Merged
merged 1 commit into from Nov 16, 2023
Merged

Fix for issue #2551 #2766

merged 1 commit into from Nov 16, 2023

Conversation

iskakoff
Copy link
Contributor

Fix was kinda simple. Was able to build it with icpc 19.1.1.217.

Closes #2551

Otherwise intel c++ 19.1 cause an error
"expression preceding parentheses of apparent call must have (pointer-to-) function type CATCH2"
Copy link

codecov bot commented Nov 15, 2023

Codecov Report

Merging #2766 (de4dc27) into devel (733b901) will not change coverage.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##            devel    #2766   +/-   ##
=======================================
  Coverage   91.46%   91.46%           
=======================================
  Files         194      194           
  Lines        8188     8188           
=======================================
  Hits         7489     7489           
  Misses        699      699           

@horenmar horenmar added the Tweak label Nov 16, 2023
@horenmar
Copy link
Member

Thanks.

@horenmar horenmar merged commit de7ba4e into catchorg:devel Nov 16, 2023
74 checks passed
@VictorEijkhout
Copy link

Confirmed. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to compile Catch2 version 3.x.x using Intel 2019 compiler
3 participants