azure-sdk-for-cpp
azure-sdk-for-cpp copied to clipboard
Switch to std::optional instead of Azure::Nullable
There are some open source implementations that would enable optional without the need to be C++17.
This is an interesting read.
C++11/14/17 std::optional with functional-style extensions and reference support - GitHub - TartanLlama/optional: C++11/14/17 std::optional with functional-style extensions and reference support