rakshasa / libtorrent

libTorrent BitTorrent library
http://rtorrent.net/downloads/
GNU General Public License v2.0
886 stars 209 forks source link

Replace inttypes.h with proper C++ cinttypes #142

Closed SoapGentoo closed 7 years ago

SoapGentoo commented 7 years ago

cinttypes usually contains workarounds to not require __STDC_FORMAT_MACROS and is the proper C++ way to get the C99 defined-width format specifiers.

This fixes https://github.com/rakshasa/libtorrent/issues/140

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling 65ff16a7c83d1921b95d248af70011bb4e9ad9ed on SoapGentoo:feature-bind into on rakshasa:feature-bind.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling 6e5569c5b51176c543ff2dd24c31f092af39706c on SoapGentoo:feature-bind into on rakshasa:feature-bind.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling a5b082bacffad29dac3bdf27f770f210274a5776 on SoapGentoo:feature-bind into on rakshasa:feature-bind.