Commit db53a83
committed
Make our use of isspace more robust
We had some users of a modified libMesh who saw the existing code break
here - their fault for bringing in a 3rd party header with
`using namespace std` and thereby making `isspace` ambiguous, but the
workaround is easy enough.1 parent 8049421 commit db53a83
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
| 160 | + | |
160 | 161 | | |
161 | 162 | | |
162 | 163 | | |
| |||
0 commit comments