$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] remove cached feature checks
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2016-02-17 03:59:28
Hi,
how is it possible to remove the cached feature checks?
Boost.Config Feature Check: cxx11_constexpr : no (cached)
b2 -a toolset=clang cxxflags="-std=c++11" does not re-check the features.
Oliver