expectations 0.1.0

Thomas Mader thomas.mader at gmail.com
Mon Sep 3 06:00:06 UTC 2018


On Monday, 3 September 2018 at 00:52:39 UTC, Vladimir Panteleev 
wrote:
> There are generally two classic approaches to error handling:

std::expected is not the only thing on this topic going on in C++.
There is also the proposal from Herb Sutter [1].
It's not a library solution and changes even the ABI but it's an 
interesting approach.
He also tries to get compatibility into C via an extension. (See 
4.6.11 in [1])

[1] 
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0709r0.pdf


More information about the Digitalmars-d-announce mailing list