From: Mingli Yu Date: Fri, 11 May 2018 06:23:00 +0000 (-0700) Subject: boost: add contract lib X-Git-Tag: uninative-2.0~7 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=53756087222a12646c4e63dba5c91df16c873111;p=openembedded-core.git 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. Signed-off-by: Mingli Yu Signed-off-by: Ross Burton --- diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index b447897a0c..6984bee777 100644 --- a/meta/recipes-support/boost/boost.inc +++ b/meta/recipes-support/boost/boost.inc @@ -9,6 +9,7 @@ BOOST_LIBS = "\ atomic \ chrono \ container \ + contract \ date_time \ exception \ filesystem \