]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/ChangeLog
libstdc++ Fix missing return in istream_view iterator
authorJonathan Wakely <jwakely@redhat.com>
Fri, 7 Feb 2020 16:06:43 +0000 (16:06 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 7 Feb 2020 16:06:43 +0000 (16:06 +0000)
commit572992c8920d5339a3ac28d442c436d6daa0bfae
tree9eec789931c952c8b904961db475c803e5840fe7
parenta04f635d1e4df9679caf763f744eb41a938468f4
libstdc++ Fix missing return in istream_view iterator

* include/std/ranges (iota_view): Add braces to prevent -Wempty-body
warning.
(basic_istream_view::_Iterator::operator++()): Add missing return.
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/ranges