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 5d438d2 commit fc9599aCopy full SHA for fc9599a
source/utilities.tex
@@ -6474,7 +6474,7 @@
6474
\effects
6475
Stores a new value in the bit at position \tcode{pos} in
6476
\tcode{*this}.
6477
-If \tcode{val} is nonzero, the stored value is one, otherwise it is zero.
+If \tcode{val} is \tcode{true}, the stored value is one, otherwise it is zero.
6478
6479
\pnum
6480
\returns
@@ -10356,7 +10356,7 @@
10356
10357
\begin{itemize}
10358
\item When \tcode{dynamic_cast<typename shared_ptr<T>::element_type*>(r.get())}
10359
-returns a nonzero value \tcode{p}, \tcode{shared_ptr<T>(r, p)}.
+returns a non-null value \tcode{p}, \tcode{shared_ptr<T>(r, p)}.
10360
\item Otherwise, \tcode{shared_ptr<T>()}.
10361
\end{itemize}
10362
0 commit comments