diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-10-07 10:46:58 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-10-07 10:56:44 +0200 |
commit | a7f538fb637e2938f8388fd10e640679a0b00b6f (patch) | |
tree | a1b8c1b5d8378e2bdbd695b51b432b30e1b24b33 /AK/LogStream.cpp | |
parent | 749e3f0f30ac441284ccf467d592d5e76c8a2268 (diff) | |
download | serenity-a7f538fb637e2938f8388fd10e640679a0b00b6f.zip |
AK: Make String compile on platforms where size_t==u32
This kind of thing is a bit annoying. On Serenity, size_t is the same
size as u32, but not the same type. Because of "long" or whatever.
This patch makes String not complain about duplicate overloads.
Diffstat (limited to 'AK/LogStream.cpp')
0 files changed, 0 insertions, 0 deletions