Skip to content

Commit ee7c537

Browse files
committed
LWG3067 recursive_directory_iterator::pop must invalidate
1 parent e4148ac commit ee7c537

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/iostreams.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14337,6 +14337,11 @@
1433714337
Otherwise, cease iteration of the directory currently being
1433814338
iterated over, and continue iteration over the parent directory.
1433914339

14340+
\pnum
14341+
\postconditions Any copies of the previous value of \tcode{*this}
14342+
are no longer required
14343+
either to be dereferenceable or to be in the domain of \tcode{==}.
14344+
1434014345
\pnum
1434114346
\throws As specified in~\ref{fs.err.report}.
1434214347
\end{itemdescr}

0 commit comments

Comments
 (0)