added note on lib not being in boost release

This commit is contained in:
Lorenzo Caminiti 2016-06-12 12:52:11 -07:00
parent ec1d1dd213
commit 6adfbf28f1
2 changed files with 12 additions and 0 deletions

View File

@ -9,6 +9,12 @@ customizable actions on assertion failure (terminate, throw, etc.), optional
compilation of assertion checking, disable assertion checking while already
checking other assertions (to avoid infinite recursion), etc.
NOTE: In one of its previous revisions, this library passed Boost formal
reviews and it was accepted into the Boost libraries. However, the
authors have not had time yet to push this library into an official
Boost release.
See: https://groups.google.com/forum/?fromgroups=#!topic/boost-list/jQ7OjAmos_Y
Copyright (C) 2008-2016 Lorenzo Caminiti
Distributed under the Boost Software License, Version 1.0 (see accompanying
file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt).

View File

@ -108,6 +108,12 @@ All Contract Programming features are supported by this library: subcontracting,
Hosted at: [@https://github.com/lcaminiti/boost-contract]
[note
In one of its previous revisions, this library passed Boost formal reviews and
it was accepted into the Boost libraries (see [@https://groups.google.com/forum/?fromgroups=#!topic/boost-list/jQ7OjAmos_Y]).
However, the authors have not had time yet to push this library into an official Boost release.
]
[include introduction.qbk]
[include getting_started.qbk]
[include contract_programming_overview.qbk]