File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 618618
619619\indexlibrary {\idxcode {operator+=}!\idxcode {complex}}%
620620\begin {itemdecl }
621- complex<T>& operator+=(const complex<T >& rhs);
621+ template<class X> complex<T>& operator+=(const complex<X >& rhs);
622622\end {itemdecl }
623623
624624\begin {itemdescr }
636636
637637\indexlibrary {\idxcode {operator-=}!\idxcode {complex}}%
638638\begin {itemdecl }
639- complex<T>& operator-=(const complex<T >& rhs);
639+ template<class X> complex<T>& operator-=(const complex<X >& rhs);
640640\end {itemdecl }
641641
642642\begin {itemdescr }
654654
655655\indexlibrary {\idxcode {operator*=}!\idxcode {complex}}%
656656\begin {itemdecl }
657- complex<T>& operator*=(const complex<T >& rhs);
657+ template<class X> complex<T>& operator*=(const complex<X >& rhs);
658658\end {itemdecl }
659659
660660\begin {itemdescr }
671671
672672\indexlibrary {\idxcode {operator/=}!\idxcode {complex}}%
673673\begin {itemdecl }
674- complex<T>& operator/=(const complex<T >& rhs);
674+ template<class X> complex<T>& operator/=(const complex<X >& rhs);
675675\end {itemdecl }
676676
677677\begin {itemdescr }
You can’t perform that action at this time.
0 commit comments