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

Definition error in DPoint.hpp #15

Open
CiaranYoung opened this issue Jan 11, 2024 · 0 comments
Open

Definition error in DPoint.hpp #15

CiaranYoung opened this issue Jan 11, 2024 · 0 comments

Comments

@CiaranYoung
Copy link

61 template<typename _Tp> template<typename _Tp2> inline DPoint_<_Tp>::operator DPoint_<_Tp2>() const
62 { return DPoint_<_Tp>(_Tp(x_), _Tp(y_)); }
Is there a problem with these two lines of code, it's _Tp2 that should return?

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

No branches or pull requests

1 participant