forked from boostorg/config
Updated docs to make more of Boost.Config explicity public.
[SVN r26497]
This commit is contained in:
13
config.htm
13
config.htm
@@ -49,9 +49,16 @@
|
|||||||
<p>Boost library implementations access configuration macros via <code>#include
|
<p>Boost library implementations access configuration macros via <code>#include
|
||||||
<boost/config.hpp></code>.
|
<boost/config.hpp></code>.
|
||||||
</p>
|
</p>
|
||||||
<p>Boost library users are never required to <code>#include <boost/config.hpp></code>,
|
<p>Boost library users are never required to <code>#include <boost/config.hpp></code>
|
||||||
and are discouraged from doing so on their own. It is an implementation detail
|
directly, unless they are using the Boost <A href="#info_macros">informational</A>
|
||||||
which is subject to change, and thus should not be depended upon by users.
|
or <A href="#helpers">helper</A> macros which are designed for use by
|
||||||
|
Boost users as well as for our own internal use. However, note that while
|
||||||
|
all the Boost configuration macros are documented here, the <A href="#features">feature
|
||||||
|
test</A> and <A href="#defects">defect test</A> macros are designed for
|
||||||
|
internal use by Boost libraries. If you write code that depends upon
|
||||||
|
these you should be aware that they are subject to the needs of
|
||||||
|
Boost library developers, and while we will try to avoid gratuitous
|
||||||
|
changes, subtle breaking changes are not entirely unknown.
|
||||||
</p>
|
</p>
|
||||||
<h4><a name="config_script">Using the configure script</a></h4>
|
<h4><a name="config_script">Using the configure script</a></h4>
|
||||||
<p>If you know that boost is incorrectly configured for your particular setup, and
|
<p>If you know that boost is incorrectly configured for your particular setup, and
|
||||||
|
Reference in New Issue
Block a user