Skip to content

Commit a7ff942

Browse files
committed
[util.smartptr.shared.const] Replace inappropriate "shall"s.
1 parent 6091e26 commit a7ff942

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/utilities.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10005,8 +10005,8 @@
1000510005

1000610006
\pnum
1000710007
\ensures
10008-
\tcode{*this} shall contain the old value of
10009-
\tcode{r}. \tcode{r} shall be empty. \tcode{r.get() == nullptr}.
10008+
\tcode{*this} contains the old value of
10009+
\tcode{r}. \tcode{r} is empty, and \tcode{r.get() == nullptr}.
1001010010
\end{itemdescr}
1001110011

1001210012
\indexlibraryctor{shared_ptr}%

0 commit comments

Comments
 (0)