1Build and tests passing: Linux [](https://travis-ci.org/boostorg/outcome) 2 3Boost's regression test matrix and history: https://www.boost.org/development/tests/develop/developer/outcome.html 4 5Documentation generated from the master branch shown below (may be newer than boost.org's): http://boostorg.github.io/outcome 6 7This is the Boost-ified edition of standalone https://github.com/ned14/outcome. 8Every commit made to standalone Outcome (develop and master branches only) gets 9automatically converted and merged to here. 10 11Note that changes made here may not get noticed in a timely fashion. 12Please try to send pull requests to https://github.com/ned14/outcome/pulls instead. 13 14Similarly, please report bugs to https://github.com/ned14/outcome/issues. 15 16This library works well in older Boosts missing Outcome. Installation into an 17older Boost and running the test suite would be as follows: 18 19``` 20cd boost/libs 21git clone --depth 1 https://github.com/boostorg/outcome.git outcome 22cd .. 23./b2 headers 24./b2 libs/outcome/test cxxflags=--std=c++14 25``` 26