bifrost icon indicating copy to clipboard operation
bifrost copied to clipboard

update zstr to avoid compilation error

Open Yenaled opened this issue 1 year ago • 0 comments

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())));

Yenaled avatar Apr 26 '23 05:04 Yenaled