]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/sentinel.cc
libstdc++: Add test for using istreambuf_iterator with sentinel
authorJonathan Wakely <jwakely@redhat.com>
Mon, 20 Apr 2020 21:06:32 +0000 (22:06 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 20 Apr 2020 21:06:32 +0000 (22:06 +0100)
commit86119f14171a3e660e65004d9a168821c31f297e
tree12d92191c797baeed4a68966278c7b977cd5614b
parent0ea89b15782a4ee92bae0175a0a963752c39076c
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.
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/sentinel.cc [new file with mode: 0644]