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 6b3c8a8 commit 245c910Copy full SHA for 245c910
source/ranges.tex
@@ -3029,7 +3029,7 @@
3029
{ }
3030
\end{codeblock}
3031
3032
-\item If \tcode{\libconcept{assignable_from}<T\&, const T\&>} is not
+\item If \tcode{\libconcept{copyable}<T>} is not
3033
modeled, the copy assignment operator is equivalent to:
3034
\begin{codeblock}
3035
@\exposid{semiregular-box}@& operator=(const @\exposid{semiregular-box}@& that)
@@ -3041,7 +3041,7 @@
3041
}
3042
3043
3044
-\item If \tcode{\libconcept{assignable_from}<T\&, T>} is not modeled,
+\item If \tcode{\libconcept{movable}<T>} is not modeled,
3045
the move assignment operator is equivalent to:
3046
3047
@\exposid{semiregular-box}@& operator=(@\exposid{semiregular-box}@&& that)
0 commit comments