ptal / expected

What did you expect?
113 stars 18 forks source link
c-plus-plus expected monad

!!! WARINING !!!

This repository is abandoned.

This proposal has moved to this repository https://github.com/viboes/std-make/blob/master/doc/proposal/expected/ and https://github.com/viboes/std-make/tree/master/doc/proposal/expected.

Please, add any issues in the new repository.

!!! WARINING !!!

Expected

Expected has been proposed to the C++ standard committee. The current document is N4109 (http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4109.pdf).

A library for expected objects for C++17. This is the reference implementation of proposal N4109 (see see https://github.com/ptal/std-expected-proposal).

Supported compilers

Usage

For usage examples and the overview see https://github.com/ptal/std-expected-proposal

Differences from N4109