Azure / Azure/azure-sdk-for-cpp
Consider increasing language version from C++14.
- Dominant language
- C++
- Stars
- 205
- Forks
- 172
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 37
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. (https://github.com/microsoft/wil/pull/615#issuecomment-3861930274)
**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
- [X] Description Added
- [X] Expected solution specified
Contributor guide
Assessment
This issue has not been assessed yet.