A small tweak to correct an old comment. * include/bits/streambuf_iterator.h (istreambuf_iterator::equal): Update comment about NAD issue.
Committed to trunk.
commit 952424a1d1947d77348754d90fee8f4b65248bd7 Author: Jonathan Wakely <jwak...@redhat.com> Date: Tue Oct 10 12:24:24 2017 +0100 Update comment referring to status of LWG issue 111 * include/bits/streambuf_iterator.h (istreambuf_iterator::equal): Update comment about NAD issue. diff --git a/libstdc++-v3/include/bits/streambuf_iterator.h b/libstdc++-v3/include/bits/streambuf_iterator.h index 64b8cfd7895..081afe59d84 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