-
Notifications
You must be signed in to change notification settings - Fork 155
Consider increasing language version from C++14. #7041
Description
Is your feature request related to a problem? Please describe.
Dependencies like wil no longer officially support C++14, and have made changes that require newer language versions. (microsoft/wil#615 (comment))
Describe the solution you'd like
Azure SDK libraries – at least those depending on wil, namely azure-core-cpp and azure-identity-cpp, target a newer C++ language version, such as C++17.
Describe alternatives you've considered
Pin to older wil versions, which is what we do in conda-forge.
Additional context
Add any other context or screenshots about the feature request here.
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
- Description Added
- Expected solution specified