aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2020-04-20 22:06:32 +0100
committerJonathan Wakely <jwakely@redhat.com>2020-04-20 22:06:32 +0100
commit86119f14171a3e660e65004d9a168821c31f297e (patch)
tree12d92191c797baeed4a68966278c7b977cd5614b /libstdc++-v3/ChangeLog
parent0ea89b15782a4ee92bae0175a0a963752c39076c (diff)
downloadgcc-86119f14171a3e660e65004d9a168821c31f297e.zip
gcc-86119f14171a3e660e65004d9a168821c31f297e.tar.gz
gcc-86119f14171a3e660e65004d9a168821c31f297e.tar.bz2
libstdc++: Add test for using istreambuf_iterator with sentinel
This test was supposed to be added two months ago as part of commit 120e873484f20d9a0b8400e2e464ac5b2088a747 but was omitted by mistake. * testsuite/24_iterators/istreambuf_iterator/sentinel.cc: New test.
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 932e2af..0cce2b0 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,7 @@
2020-04-20 Jonathan Wakely <jwakely@redhat.com>
+ * testsuite/24_iterators/istreambuf_iterator/sentinel.cc: New test.
+
* testsuite/20_util/is_constructible/51185.cc: Make test class a
non-aggregate so that the test verifies the same thing in all -std
modes.