• 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
..
AllCommands.cxx Loading commit data...
AllCommands.hxx Loading commit data...
ClientCommands.cxx Loading commit data...
ClientCommands.hxx Loading commit data...
CommandError.cxx Loading commit data...
CommandError.hxx Loading commit data...
CommandListBuilder.cxx Loading commit data...
CommandListBuilder.hxx Loading commit data...
CommandResult.hxx Loading commit data...
DatabaseCommands.cxx Loading commit data...
DatabaseCommands.hxx Loading commit data...
FileCommands.cxx Loading commit data...
FileCommands.hxx Loading commit data...
FingerprintCommands.cxx Loading commit data...
FingerprintCommands.hxx Loading commit data...
MessageCommands.cxx Loading commit data...
MessageCommands.hxx Loading commit data...
NeighborCommands.cxx Loading commit data...
NeighborCommands.hxx Loading commit data...
OtherCommands.cxx Loading commit data...
OtherCommands.hxx Loading commit data...
OutputCommands.cxx Loading commit data...
OutputCommands.hxx Loading commit data...
PartitionCommands.cxx Loading commit data...
PartitionCommands.hxx Loading commit data...
PlayerCommands.cxx Loading commit data...
PlayerCommands.hxx Loading commit data...
PlaylistCommands.cxx Loading commit data...
PlaylistCommands.hxx Loading commit data...
QueueCommands.cxx Loading commit data...
QueueCommands.hxx Loading commit data...
Request.hxx Loading commit data...
StickerCommands.cxx Loading commit data...
StickerCommands.hxx Loading commit data...
StorageCommands.cxx Loading commit data...
StorageCommands.hxx Loading commit data...
TagCommands.cxx Loading commit data...
TagCommands.hxx Loading commit data...