mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 00:12:11 +00:00
898ddfa1b6888424eb292942d1014261ac7b6183
The new visibility feature can be used to specify default symbol visibility on compilers and platforms that support it. The default visibility is global, which matches most compilers' defaults. In gcc documentation it is called the "default" visibility. Other modes are: protected and hidden.
When adding the default value of a feature, also add the default values of its subfeatures. Fixes #308. Closes #310.
Boost.Build =========== See the Boost.Build website at https://boostorg.github.io/build/. See the `guidelines for contributing <./CONTRIBUTING.rst>`__.
Description
Languages
C++
73.8%
Python
22.6%
C
1.6%
Batchfile
0.7%
Shell
0.6%
Other
0.6%