Skip to content

Commit

Permalink
Merging commit ned14/outcome@16cbe67:
Browse files Browse the repository at this point in the history
Port #7 to standalone Outcome.
  • Loading branch information
ned14 authored and Jenkins nedprod CI committed Jul 26, 2024
2 parents 85853ab + 16cbe67 commit 9bdb65f
Show file tree
Hide file tree
Showing 552 changed files with 35 additions and 29,650 deletions.
26 changes: 26 additions & 0 deletions build.jam
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright René Ferdinand Rivera Morell 2023-2024
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)

require-b2 5.2 ;

constant boost_dependencies :
/boost/assert//boost_assert
/boost/config//boost_config
/boost/exception//boost_exception
/boost/system//boost_system
/boost/throw_exception//boost_throw_exception ;

project /boost/outcome
: common-requirements
<include>include
;

explicit
[ alias boost_outcome : : : : <library>$(boost_dependencies) ]
[ alias all : boost_outcome test ]
;

call-if : boost-library outcome
;
21 changes: 0 additions & 21 deletions doc/html/_footer.html

This file was deleted.

22 changes: 0 additions & 22 deletions doc/html/_header.html

This file was deleted.

95 changes: 0 additions & 95 deletions doc/html/abi-stability.html

This file was deleted.

45 changes: 0 additions & 45 deletions doc/html/alternatives.html

This file was deleted.

63 changes: 0 additions & 63 deletions doc/html/alternatives/error_code.html

This file was deleted.

Loading

0 comments on commit 9bdb65f

Please sign in to comment.