stl_iterator.h: Fix comment.
authorFrançois Dumont <fdumont@gcc.gnu.org>
Sun, 5 Aug 2018 15:33:58 +0000 (15:33 +0000)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Sun, 5 Aug 2018 15:33:58 +0000 (15:33 +0000)
2018-08-05  François Dumont  <fdumont@gcc.gnu.org>

* include/bits/stl_iterator.h: Fix comment.

From-SVN: r263318

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_iterator.h

index 94ab41b..91a0018 100644 (file)
@@ -1,3 +1,7 @@
+2018-08-05  François Dumont  <fdumont@gcc.gnu.org>
+
+       * include/bits/stl_iterator.h: Fix comment.
+
 2018-08-03  Jonathan Wakely  <jwakely@redhat.com>
 
        * src/c++11/system_error.cc
index 8562f87..d4a3e9e 100644 (file)
@@ -421,7 +421,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
     { return reverse_iterator<_Iterator>(__x.base() - __n); }
 
 #if __cplusplus >= 201103L
-  // Same as C++14 make_reverse_iterator but used in C++03 mode too.
+  // Same as C++14 make_reverse_iterator but used in C++11 mode too.
   template<typename _Iterator>
     inline _GLIBCXX17_CONSTEXPR reverse_iterator<_Iterator>
     __make_reverse_iterator(_Iterator __i)