File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15368,10 +15368,10 @@
1536815368\pnum
1536915369\ensures
1537015370\begin{itemize}
15371- \item \tcode{code() == ec},
15372- \item \tcode{path1().empty() == true},
15373- \item \tcode{path2().empty() == true}, and
15374- \item \tcode{string_view(what()).find(what_arg.c_str())} \tcode{!= string_view::npos}.
15371+ \item \tcode{code() == ec} is \tcode{true} ,
15372+ \item \tcode{path1().empty()} is \tcode{ true},
15373+ \item \tcode{path2().empty()} is \tcode{ true}, and
15374+ \item \tcode{string_view(what()).find(what_arg.c_str())} \tcode{!= string_view::npos} is \tcode{true} .
1537515375\end{itemize}
1537615376\end{itemdescr}
1537715377
@@ -15384,10 +15384,10 @@
1538415384\pnum
1538515385\ensures
1538615386\begin{itemize}
15387- \item \tcode{code() == ec},
15387+ \item \tcode{code() == ec} is \tcode{true} ,
1538815388\item \tcode{path1()} returns a reference to the stored copy of \tcode{p1},
15389- \item \tcode{path2().empty() == true}, and
15390- \item \tcode{string_view(what()).find(what_arg.c_str())} \tcode{!= string_view::npos}.
15389+ \item \tcode{path2().empty()} is \tcode{ true}, and
15390+ \item \tcode{string_view(what()).find(what_arg.c_str())} \tcode{!= string_view::npos} is \tcode{true} .
1539115391\end{itemize}
1539215392\end{itemdescr}
1539315393
You can’t perform that action at this time.
0 commit comments