As the commit mentions the set is no longer fixed and is configurable by users. The changes now mean that:
1. Any subfeatures of the top level relevant feature set are also considered as part of the set. This means that one can a configuration like below to support multiple invocations of the same toolset with different options. In particular the STD options:
using clang ;
feature.subfeature toolset clang : std : cxx03 cxx11 cxx14 cxx17 : optional composite propagated ;
feature.compose <toolset-clang:std>cxx03 : <cxxflags>-std=c++03 ;
feature.compose <toolset-clang:std>cxx11 : <cxxflags>-std=c++11 ;
feature.compose <toolset-clang:std>cxx14 : <cxxflags>-std=c++14 ;
===
And one can then invoke "b2 toolset=clang-cxx14,clang-cxx11" and get non-colliding configuration checks.
=== user-config.jam ===
import feature ;
import configure ;
feature.compose <configure> : <threading> ;
===
Enjoy.
--
-- Rene Rivera
-- Grafik - Don't Assume Anything
-- Robot Dreams -
http://robot-dreams.net-- rrivera/
acm.org (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail