forked from TartanLlama/expected
e65b3d6fe44bea55eb93962452b7e8aa695eee61
expected
Single header, work-in-progress implementation of std::expected with functional-style extensions.
Full documentation available at expected.tartanllama.xyz
Compiler support
Tested on:
- Linux CI
- clang 3.9
- clang 3.8
- clang 3.7
- clang 3.6
- clang 3.5
- g++ 5.0
- g++ 4.9
- g++ 4.8
- Windows CI
- MSVC 2015
- MSVC 2017
- Linux manual
- g++ 7.2
- g++ 5.4
Dependencies
Requires Standardese for generating documentation.
Requires Catch for testing. This is bundled in the test directory.

To the extent possible under law, Simon Brand has waived all copyright and related or neighboring rights to the optional library. This work is published from: United Kingdom.
Description
Languages
C++
97.3%
CMake
2.7%
