Skip to content

update zstr to avoid compilation error#71

Open
Yenaled wants to merge 1 commit intopmelsted:masterfrom
Yenaled:patch-2
Open

update zstr to avoid compilation error#71
Yenaled wants to merge 1 commit intopmelsted:masterfrom
Yenaled:patch-2

Conversation

@Yenaled
Copy link

@Yenaled Yenaled commented Apr 26, 2023

gets rid of error:

error: use of deleted function ‘std::basic_istream& std::basic_istream::operator=(const std::basic_istream&)’
std::istream::operator=(std::istream(new istreambuf(_fs.rdbuf())));

gets rid of error:

error: use of deleted function ‘std::basic_istream<char>& std::basic_istream<char>::operator=(const std::basic_istream<char>&)’
         std::istream::operator=(std::istream(new istreambuf(_fs.rdbuf())));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant