libstdc++: Implement LWG 3568 change to ranges::basic_istream_view
libstdc++-v3/ChangeLog: * include/std/ranges (basic_istream_view::_M_object): Value initialize as per LWG 3568.
This commit is contained in:
parent
98af6b86bc
commit
bed1892f5b
1 changed files with 1 additions and 1 deletions
|
@ -726,7 +726,7 @@ namespace views
|
|||
|
||||
private:
|
||||
basic_istream<_CharT, _Traits>* _M_stream;
|
||||
_Val _M_object;
|
||||
_Val _M_object = _Val();
|
||||
|
||||
struct _Iterator
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue