We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83cedc7 commit b6d072bCopy full SHA for b6d072b
source/numerics.tex
@@ -779,7 +779,7 @@
779
\indexlibrary{\idxcode{operator==}!\idxcode{complex}}%
780
\begin{itemdecl}
781
template<class T>
782
- bool constexpr operator==(const complex<T>& lhs, const complex<T>& rhs);
+ constexpr bool operator==(const complex<T>& lhs, const complex<T>& rhs);
783
template<class T> constexpr bool operator==(const complex<T>& lhs, const T& rhs);
784
template<class T> constexpr bool operator==(const T& lhs, const complex<T>& rhs);
785
\end{itemdecl}
0 commit comments