We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e8500 commit 67ebb43Copy full SHA for 67ebb43
source/ranges.tex
@@ -14949,7 +14949,7 @@
14949
\pnum
14950
\remarks
14951
The exception specification is equivalent to
14952
-the logical AND of the following expressions:
+the logical \logop{and} of the following expressions:
14953
\begin{itemize}
14954
\item
14955
\tcode{noexcept(ranges::iter_move(std::get<$N$>(i.\exposid{current_})))}
@@ -14976,7 +14976,7 @@
14976
14977
14978
14979
-The exception specification is equivalent to the logical AND of the following expressions:
+The exception specification is equivalent to the logical \logop{and} of the following expressions:
14980
14981
14982
\tcode{noexcept(ranges::iter_swap(std::get<$i$>(l.\exposid{current_}), std::get<$i$>(r.\exposid{current_})))}
0 commit comments