added note on lib not being in boost release
This commit is contained in:
parent
ec1d1dd213
commit
6adfbf28f1
@ -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).
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user