From e4d359cbfc55ccc39eea31eb3cc3fe5204513360 Mon Sep 17 00:00:00 2001 From: Alexander Karzhenkov Date: Thu, 5 Oct 2017 21:31:36 +0500 Subject: [PATCH] Auto-detection of default value --- Jamroot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jamroot b/Jamroot index a8cf929942..662c503345 100644 --- a/Jamroot +++ b/Jamroot @@ -133,6 +133,7 @@ import notfile ; import virtual-target ; import "class" : new ; import property-set ; +import threadapi-feature ; path-constant BOOST_ROOT : . ; constant BOOST_VERSION : 1.66.0 ; @@ -173,6 +174,7 @@ project boost como-linux:_GNU_SOURCE=1 # When building docs within Boost, we want the standard Boost style boost.defaults=Boost + @threadapi-feature.detect : usage-requirements . : build-dir bin.v2 ;