aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2017-10-10 12:26:10 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2017-10-10 12:26:10 +0100
commit0e7300bb80866e30c66f191ef174f3a8b2437cd1 (patch)
tree6b4a098d63c070b9c840fb762489fa558f154181 /libstdc++-v3
parent5d2b8075260770dd213dbbffed5541c2594e3d81 (diff)
downloadgcc-0e7300bb80866e30c66f191ef174f3a8b2437cd1.zip
gcc-0e7300bb80866e30c66f191ef174f3a8b2437cd1.tar.gz
gcc-0e7300bb80866e30c66f191ef174f3a8b2437cd1.tar.bz2
Update comment referring to status of LWG issue 111
* include/bits/streambuf_iterator.h (istreambuf_iterator::equal): Update comment about NAD issue. From-SVN: r253582
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog3
-rw-r--r--libstdc++-v3/include/bits/streambuf_iterator.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index ed4ee2c..9a512b1 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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
diff --git a/libstdc++-v3/include/bits/streambuf_iterator.h b/libstdc++-v3/include/bits/streambuf_iterator.h
index 64b8cfd..081afe5 100644
--- a/libstdc++-v3/include/bits/streambuf_iterator.h
+++ b/libstdc++-v3/include/bits/streambuf_iterator.h
@@ -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