Open
Description
Try to create a simple repro of the warning and reach out to vcsig - the folks who own the C++ compiler to verify.
Before, which causes the warning in VS:
azure-sdk-for-cpp/sdk/identity/azure-identity/src/token_credential_impl.cpp
Lines 448 to 456 in 9271d13
After, to workaround the warning:
azure-sdk-for-cpp/sdk/identity/azure-identity/src/token_credential_impl.cpp
Lines 449 to 457 in 7d463cd
More context #5733 (comment)