You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixed ifstream::readsome() returning empty in LLVM18 OSX
std::basic_istream<CharT,Traits>::readsome is very implementation specific and was returning empty in LLVM18 OSX.
stringstream was used as a in memory stream to allow readsome() to return non-empty
0 commit comments