Skip to content

Commit fbc2eef

Browse files
committed
[concept.boolean] Reword satisfaction rules for Boolean to make them not
appear to depend on the "given" lvalues b1 and b2.
1 parent d324da9 commit fbc2eef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/concepts.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -800,9 +800,9 @@
800800
\end{itemdecl}
801801

802802
\pnum
803-
Given lvalues \tcode{b1} and \tcode{b2} of type
804-
\tcode{const remove_reference_t<B>},
805-
then \tcode{\libconcept{Boolean}<B>} is satisfied only if
803+
Let \tcode{b1} and \tcode{b2} be lvalues of type
804+
\tcode{const remove_reference_t<B>}.
805+
\tcode{\libconcept{Boolean}<B>} is satisfied only if
806806

807807
\begin{itemize}
808808
\item \tcode{bool(b1) == !bool(!b1)}.

0 commit comments

Comments
 (0)