Commit 58e3bdd
committed
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-empty1 parent 1309353 commit 58e3bdd
1 file changed
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
94 | 105 | | |
95 | 106 | | |
96 | 107 | | |
| |||
0 commit comments