azure-sdk-for-cpp icon indicating copy to clipboard operation
azure-sdk-for-cpp copied to clipboard

Switch to std::optional instead of Azure::Nullable

Open RickWinter opened this issue 2 years ago • 0 comments

There are some open source implementations that would enable optional without the need to be C++17.

This is an interesting read.  

Functional exception-less error handling with C++23's optional and expected - C++ Team Blog (microsoft.com)

TartanLlama/optional: C++11/14/17 std::optional with functional-style extensions and reference support (github.com)

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

RickWinter avatar May 02 '23 17:05 RickWinter