Azure / azure-sdk-for-cpp

This repository is for active development of the Azure SDK for C++. For consumers of the SDK we recommend visiting our versioned developer docs at https://azure.github.io/azure-sdk-for-cpp.
MIT License
170 stars 118 forks source link

Update all `intX_t`s to be `std::intX_t`s. #5701

Open antkmsft opened 3 weeks ago

antkmsft commented 3 weeks ago

With newer versions of compilers, we've ran into problems with those. Look into unsigned versions as well, see if size_t, ptrdiff_t etc. need to be unified as well.