Update comment referring to status of LWG issue 111
authorJonathan Wakely <jwakely@redhat.com>
Tue, 10 Oct 2017 11:26:10 +0000 (12:26 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 10 Oct 2017 11:26:10 +0000 (12:26 +0100)
* include/bits/streambuf_iterator.h (istreambuf_iterator::equal):
Update comment about NAD issue.

From-SVN: r253582

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

index ed4ee2ca428818aa692e87247378f3232b11c3ac..9a512b15b100f91f728f5b0a624799077425826f 100644 (file)
@@ -1,5 +1,8 @@
 2017-10-10  Jonathan Wakely  <jwakely@redhat.com>
 
+       * include/bits/streambuf_iterator.h (istreambuf_iterator::equal):
+       Update comment about NAD issue.
+
        PR libstdc++/59087
        PR libstdc++/82417
        * include/c_compatibility/complex.h [!C++98 && __STRICT_ANSI__]: Do
index 64b8cfd78953c9eabf70d341d6e5e14faf70c9df..081afe59d840ffb893128579d76c787ada97e7d8 100644 (file)
@@ -165,7 +165,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
 
       // _GLIBCXX_RESOLVE_LIB_DEFECTS
       // 110 istreambuf_iterator::equal not const
-      // NB: there is also number 111 (NAD, Future) pending on this function.
+      // NB: there is also number 111 (NAD) relevant to this function.
       /// Return true both iterators are end or both are not end.
       bool
       equal(const istreambuf_iterator& __b) const