There's ongoing talks about how to improve a particular University's C++ course material, and the desire is to use C++17, but also to teach how a type like std::expected works. So @TartanLlama 's tl::expected to the rescue.
1
0
3
180
0
@CplusplusVille @TartanLlama We have backported it to C++14 in libcu++ *shudders*