libstdc++: Remove condition around friend declaration (PR 96382)
authorJonathan Wakely <jwakely@redhat.com>
Fri, 31 Jul 2020 18:55:28 +0000 (19:55 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 31 Jul 2020 18:55:46 +0000 (19:55 +0100)
libstdc++-v3/ChangeLog:

PR libstdc++/96382
* include/bits/stl_iterator.h (reverse_iterator): Friend
declaration should not depend on __cplusplus.

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

index 60bb40a..08e25d8 100644 (file)
@@ -129,10 +129,8 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
                      typename iterator_traits<_Iterator>::pointer,
                       typename iterator_traits<_Iterator>::reference>
     {
-#if __cplusplus >= 201103L
       template<typename _Iter>
        friend class reverse_iterator;
-#endif
 
 #if __cpp_lib_concepts
       // _GLIBCXX_RESOLVE_LIB_DEFECTS