Skip to content

Commit 67ebb43

Browse files
jensmaurertkoeppe
authored andcommitted
[ranges] Use \logop for names of logical operators
1 parent 91e8500 commit 67ebb43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/ranges.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -14949,7 +14949,7 @@
1494914949
\pnum
1495014950
\remarks
1495114951
The exception specification is equivalent to
14952-
the logical AND of the following expressions:
14952+
the logical \logop{and} of the following expressions:
1495314953
\begin{itemize}
1495414954
\item
1495514955
\tcode{noexcept(ranges::iter_move(std::get<$N$>(i.\exposid{current_})))}
@@ -14976,7 +14976,7 @@
1497614976

1497714977
\pnum
1497814978
\remarks
14979-
The exception specification is equivalent to the logical AND of the following expressions:
14979+
The exception specification is equivalent to the logical \logop{and} of the following expressions:
1498014980
\begin{itemize}
1498114981
\item
1498214982
\tcode{noexcept(ranges::iter_swap(std::get<$i$>(l.\exposid{current_}), std::get<$i$>(r.\exposid{current_})))}

0 commit comments

Comments
 (0)