Image 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 rokov pred
..
doc 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 rokov pred
meta 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 rokov pred
test 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 rokov pred
CMakeLists.txt 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 rokov pred
Readme.md 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 rokov pred
index.html 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 rokov pred

Readme.md

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