• Home
Name Date Size #Lines LOC

..--

doc/12-May-2024-39,21829,248

meta/12-May-2024-5250

test/12-May-2024-5,1873,617

CMakeLists.txtD12-May-2024470 1712

Readme.mdD12-May-20241.1 KiB2618

index.htmlD12-May-2024170 54

Readme.md

1Build and tests passing: Linux [![Build Status](https://travis-ci.org/boostorg/outcome.svg?branch=master)](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