You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: