• Rosen Penev's avatar
    replace inttypes.h with cinttypes · 5cd400f5
    Rosen Penev authored
    The former has been deprecated by C++14. They are also the same.
    
    From the standard:
    
    The contents and meaning of the header<cinttypes>are the same as the C
    standard library header<inttypes.h>, with the following changes:
    
    -The header<cinttypes>includes the header<cstdint>instead of<stdint.h>,and
    —if and only if the typeintmax_tdesignates an extended integer type
     (6.7.1), the following functionsignatures are added:intmax_t
    abs(intmax_t);imaxdiv_t div(intmax_t, intmax_t);which shall have the same
    semantics as the function signaturesintmax_t imaxabs(intmax_t)andimaxdiv_t
    imaxdiv(intmax_t, intmax_t), respectively.
    Signed-off-by: 's avatarRosen Penev <rosenp@gmail.com>
    5cd400f5
Name
Last commit
Last update
.github Loading commit data...
android Loading commit data...
build Loading commit data...
doc Loading commit data...
python/build Loading commit data...
src Loading commit data...
systemd Loading commit data...
test Loading commit data...
win32 Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
NEWS Loading commit data...
README.md Loading commit data...
meson.build Loading commit data...
meson_options.txt Loading commit data...
mpd.svg Loading commit data...
valgrind.suppressions Loading commit data...