Skip to content

Commit b6d072b

Browse files
committed
[complex.ops] Reorder 'bool constexpr' to 'constexpr bool' for
consistency.
1 parent 83cedc7 commit b6d072b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/numerics.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@
779779
\indexlibrary{\idxcode{operator==}!\idxcode{complex}}%
780780
\begin{itemdecl}
781781
template<class T>
782-
bool constexpr operator==(const complex<T>& lhs, const complex<T>& rhs);
782+
constexpr bool operator==(const complex<T>& lhs, const complex<T>& rhs);
783783
template<class T> constexpr bool operator==(const complex<T>& lhs, const T& rhs);
784784
template<class T> constexpr bool operator==(const T& lhs, const complex<T>& rhs);
785785
\end{itemdecl}

0 commit comments

Comments
 (0)