mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-13 07:54:29 +08:00
stl_iterator.h: Fix comment.
2018-08-05 François Dumont <fdumont@gcc.gnu.org> * include/bits/stl_iterator.h: Fix comment. From-SVN: r263318
This commit is contained in:
parent
91539305a8
commit
dd5faf200e
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user