1# Copyright 2017 Rene Rivera 2# Distributed under the Boost Software License, Version 1.0. 3# (See accompanying file LICENSE_1_0.txt or copy at 4# http://www.boost.org/LICENSE_1_0.txt) 5 6import feature ; 7 8#| tag::doc[] 9 10[[bbv2.builtin.features.toolset]]`toolset`:: 11*Allowed values:* any of the toolset modules. 12+ 13Selects the toolset that will be used to build binary targets. The full list of 14toolset modules is in the <<Builtin tools>> section. 15 16|# # end::doc[] 17 18feature.feature toolset 19 : 20 : implicit propagated symmetric ; 21