stream_iterator.h
7.47 KB
-
libstdc++: Fix noexcept-specifier for istream_iterator · 8566286e
Somehow I missed that the _M_value member can throw on construction. * include/bits/stream_iterator.h (istream_iterator(default_sentinel_t)): Make noexcept-specifier conditional. * testsuite/24_iterators/istream_iterator/cons/sentinel.cc: Check noexcept-specifier.
Jonathan Wakely committed