Go to file
2019-12-01 13:32:32 +00:00
doc Travis CI regenerates Boost.Outcome docs 2019-12-01 13:32:32 +00:00
include/boost Merging commit ned14/outcome@7b24d3dd96: 2019-12-01 13:32:18 +00:00
meta Merging commit ned14/outcome@fabd0e1b79: 2019-11-30 16:58:23 +00:00
test Merging commit ned14/outcome@6d45806413: 2019-10-22 13:42:33 +00:00
.clang-format Purge last remaining vestiges of monadic future promise. It's now only Outcome baby! 2016-05-23 00:24:32 +01:00
.clang-format-ignore Begin work on issue #110 by moving traits into their own header, various utility types into config. 2018-03-06 18:59:07 +00:00
.clang-tidy Finished clang-tidy round. 2019-01-30 00:23:15 +00:00
.gitattributes First commit 2019-01-10 12:17:12 +00:00
.travis.yml Merging commit ned14/outcome@6d45806413: 2019-10-22 13:42:33 +00:00
CMakeLists.txt Dewhitelist various Boost.Outcome test failures which no longer occur. 2019-11-19 11:56:48 +00:00
index.html Began merging the latest tooling improvements from AFIO into Outcome 2016-08-06 20:10:53 +01:00
Readme.md Merging commit ned14/outcome@c1a2eb76a1: 2019-01-12 20:24:14 +00:00

Build and tests passing: Linux Build Status

Documentation generated from the master branch shown below (may be newer than boost.org's): http://boostorg.github.io/outcome

This is the Boost-ified edition of standalone https://github.com/ned14/outcome. Every commit made to standalone Outcome (develop and master branches only) gets automatically converted and merged to here.

Note that changes made here may not get noticed in a timely fashion. Please try to send pull requests to https://github.com/ned14/outcome/pulls instead.

Similarly, please report bugs to https://github.com/ned14/outcome/issues.

This library works well in older Boosts missing Outcome. Installation into an older Boost and running the test suite would be as follows:

cd boost/libs
git clone --depth 1 https://github.com/boostorg/outcome.git outcome
cd ..
./b2 headers
./b2 libs/outcome/test cxxflags=--std=c++14