Browse Source

Move difference_type from the Forward Traversal Iterator concept to
the Single Pass Traversal concept, so that input iterators are still
input iterators. It does make sense to measure the distance between
Single Pass iterators, provided you're willing to throw away the data.


[SVN r33870]

Dave Abrahams 20 years ago
parent
commit
c338904d58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libs/iterator

+ 1 - 1
libs/iterator

@@ -1 +1 @@
-Subproject commit e2957cfb0c2da1dd94c4e9d81ae7eed61f3ec783
+Subproject commit 230d47e93a4197204b0a7f4f0a7c7b4b4ef7e4df

粤ICP备19079148号