Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
doc/ | 12-May-2024 | - | 39,218 | 29,248 | ||
meta/ | 12-May-2024 | - | 52 | 50 | ||
test/ | 12-May-2024 | - | 5,187 | 3,617 | ||
CMakeLists.txt | D | 12-May-2024 | 470 | 17 | 12 | |
Readme.md | D | 12-May-2024 | 1.1 KiB | 26 | 18 | |
index.html | D | 12-May-2024 | 170 | 5 | 4 |
Readme.md
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