diff options
author | asynts <asynts@gmail.com> | 2020-08-27 15:36:55 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-08-27 15:49:01 +0200 |
commit | 1b3169f405ac9250b65ee3608e2962f51d2d8e3c (patch) | |
tree | c41c6ea3ef1e1ef8b1841d9a2d3695d722f73a9f /Libraries/LibGUI/TableView.cpp | |
parent | 8a364c503dc3496dbbd428617bb4c78997472263 (diff) | |
download | serenity-1b3169f405ac9250b65ee3608e2962f51d2d8e3c.zip |
AK: Define MakeUnsigned and MakeSigned for char.
For some weird reason the C++ standard considers char, signed char and
unsigned char *three* different types. On the other hand int is just an
alias for signed int, meaning that int, signed int and unsigned int are
just *two* different types.
https://stackoverflow.com/a/32856568/8746648
Diffstat (limited to 'Libraries/LibGUI/TableView.cpp')
0 files changed, 0 insertions, 0 deletions