diff --git a/source/algorithms.tex b/source/algorithms.tex index c9ab8d9d3c..376dc6bafb 100644 --- a/source/algorithms.tex +++ b/source/algorithms.tex @@ -13684,7 +13684,7 @@ A type \tcode{I} models \exposconcept{nothrow-random-access-iterator} only if no exceptions are thrown from comparisons of valid iterators, or the \tcode{-}, \tcode{+}, \tcode{-=}, \tcode{+=}, \tcode{[]} operators -on valid values of type \tcode{I} and \tcode{iter_difference_t}. +on valid values of type \tcode{I} and \tcode{iter_difference_t}. \begin{note} This concept allows some \libconcept{random_access_iterator}\iref{iterator.concept.random.access} operations to throw exceptions.