Commit 8f33d01
committed
feat: add initial support for size_t
From looking at an event log which utilises size_t it can be seen to
output size_t in hex. This commit adds support for widths 4 & 8, by
applying them to the HexInt32 and HexInt64 variants.1 parent 727947a commit 8f33d01
1 file changed
Lines changed: 5 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
273 | 271 | | |
274 | 272 | | |
275 | 273 | | |
| |||
0 commit comments