mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
This moves the built-in feature definitions into a subdirectory where each feature (or cohesive set of features) are defined in their own file. Eventually documentation can be added in the definitions files themselves and inported into the full documentation. Not all features got move by this. There are some features spread out through the toolset files. Those will also get moved as needed, and as possible.
13 lines
283 B
Plaintext
13 lines
283 B
Plaintext
# Copyright 2017 Rene Rivera
|
|
# Distributed under the Boost Software License, Version 1.0.
|
|
# (See accompanying file LICENSE_1_0.txt or copy at
|
|
# http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
# TODO: Documentation.
|
|
|
|
import feature ;
|
|
|
|
feature.feature conditional
|
|
:
|
|
: incidental free ;
|