2
0
mirror of https://github.com/boostorg/outcome.git synced 2026-01-19 04:22:13 +00:00
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) b9457b4984 Merging commit ned14/outcome@71c42c00d9:
- Bump Boost min cmake required to 3.10 to match standalone Outcome. Also bump minium cmake to 3.10
everywhere else in Outcome, as CI is now failing due to us requested too old a cmake. #314

Replaces https://github.com/boostorg/outcome/pull/8
2025-10-09 20:08:56 +00:00
2019-01-30 00:23:15 +00:00

Build and tests passing: POSIX Build Status

Boost's regression test matrix and history: https://www.boost.org/development/tests/develop/developer/outcome.html

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
Description
Mirrored via gitea-mirror
Readme 24 MiB
Languages
C++ 97%
C 1.4%
CMake 0.7%
Python 0.7%
Shell 0.2%