From 53756087222a12646c4e63dba5c91df16c873111 Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Thu, 10 May 2018 23:23:00 -0700 Subject: 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 --- meta/recipes-support/boost/boost.inc | 1 + 1 file changed, 1 insertion(+) 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 \ -- cgit 1.2.3-korg