Commit 0910be3
committed
Use -1 % Csize_t instead of reinterpret(Csize_t, -1)
This is because reinterpret(Csize_t, -1) may give an error if -1 literal
is type Int32 instead of Int64 (as is true on 32-bit platforms), as
reinterpret requires the sizes of scalar bittypes to be the same.1 parent ab97927 commit 0910be3
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments