We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am coming at the following error. I am unable to get a fix for it. Kindly help. Thanks in advance.
`In file included from /home/beno/.local/src/ncorr_2D_cpp/build/../include/ncorr.h:12,
from /home/beno/.local/src/ncorr_2D_cpp/src/ncorr.cpp:8:
/home/beno/.local/src/ncorr_2D_cpp/build/../include/Image2D.h:36:21: error: friend declaration of ‘void imshow(const ncorr::Image2D&, ncorr::Image2D::difference_type)’ specifies default arguments and isn’t a definition [-fpermissive] 36 | friend void imshow(const Image2D&, difference_type delay = -1); | ^~~~~~
`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am coming at the following error. I am unable to get a fix for it. Kindly help. Thanks in advance.
`In file included from /home/beno/.local/src/ncorr_2D_cpp/build/../include/ncorr.h:12,
/home/beno/.local/src/ncorr_2D_cpp/build/../include/Image2D.h:36:21: error: friend declaration of ‘void imshow(const ncorr::Image2D&, ncorr::Image2D::difference_type)’ specifies default arguments and isn’t a definition [-fpermissive]
36 | friend void imshow(const Image2D&, difference_type delay = -1);
| ^~~~~~
`
The text was updated successfully, but these errors were encountered: