azure-sdk-for-cpp/sdk
Ahson Khan ff126f1eb7
Explore removing use of int within header files to align with guidelines. (#2276)
Part of https://github.com/Azure/azure-sdk-for-cpp/issues/2226

Trying to focus mainly on headers, depending on the conclusion, we'd want to make cpp file changes as well, but that can be done later.

Assuming this is the guideline we want:
https://azure.github.io/azure-sdk/cpp_implementation.html#integer-sizes

![image](https://user-images.githubusercontent.com/6527137/118341184-00d52580-b4d3-11eb-8e96-937cb5899c92.png)

Some places that we still use `int` is for things like unix file desriptor or where APIs like BIO_read from OpenSSL returns an int. Are those exceptions OK?
0b64ab3845/sdk/core/azure-core/inc/azure/core/io/body_stream.hpp (L166)
308e5363ad/sdk/core/azure-core/src/base64.cpp (L87)
2021-05-18 20:49:53 +00:00
..
core Explore removing use of int within header files to align with guidelines. (#2276) 2021-05-18 20:49:53 +00:00
identity Explore removing use of int within header files to align with guidelines. (#2276) 2021-05-18 20:49:53 +00:00
keyvault Explore removing use of int within header files to align with guidelines. (#2276) 2021-05-18 20:49:53 +00:00
storage int -> int32_t (#2290) 2021-05-17 22:32:36 -07:00
template Doxygen comment updates (#2280) 2021-05-17 17:05:06 -07:00