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

Remove unneeded public :: operator(==) which causes an error on ifx #1095

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aury6623
Copy link

The commit 64093b1 removed the duplicate == operator on the git_target_t type. However the public :: operator(==) was left behind. operator(==) appearing on the public statement is not needed and causes an error when building with ifx. It causes a warning when building with nagfor.

(Note neither ifx nor nagfor will build with this fix alone, due to other issues. The one remaining issue preventing build with ifx is a compiler bug and has been reported and is being addressed. The one issue preventing build with nagfor is a preprocessor limitation compiling fpm_release.F90.)

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.

1 participant