mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
boost: add contract lib
Add the contract lib which implements contract programming (a.k.a., Design by Contract or DbC) [1] for the C++ programming language. (From OE-Core rev: 53756087222a12646c4e63dba5c91df16c873111) Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1773acf394
commit
bce155af1f
@@ -9,6 +9,7 @@ BOOST_LIBS = "\
|
|||||||
atomic \
|
atomic \
|
||||||
chrono \
|
chrono \
|
||||||
container \
|
container \
|
||||||
|
contract \
|
||||||
date_time \
|
date_time \
|
||||||
exception \
|
exception \
|
||||||
filesystem \
|
filesystem \
|
||||||
|
|||||||
Reference in New Issue
Block a user