Skip to content

Commit ce565a3

Browse files
committed
CA 5
Signed-off-by: Matthias Kretz <[email protected]>
1 parent 8023065 commit ce565a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exceptions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
The class \tcode{exception_list} owns a sequence of \tcode{exception_ptr} objects.
2727

2828
\pnum
29-
The type \tcode{exception_list::iterator} fulfills the requirements of \tcode{ForwardIterator}.
29+
\tcode{exception_list::iterator} is an iterator which meets the forward iterator requirements and has a value type of \tcode{exception_ptr}.
3030

3131
\begin{itemdecl}
3232
size_t size() const noexcept;

0 commit comments

Comments
 (0)