forked from boostorg/config
fix broken link
[SVN r20964]
This commit is contained in:
@@ -96,7 +96,7 @@ export LDFLAGS="-DAportable"
|
|||||||
export LIBS="-lpthread"
|
export LIBS="-lpthread"
|
||||||
./configure</pre>
|
./configure</pre>
|
||||||
<p>However you run the configure script, when it finishes you will find a new
|
<p>However you run the configure script, when it finishes you will find a new
|
||||||
header - user.hpp - located in the <a href="user.hpp"><boost-root>/libs/config/</a>
|
header - user.hpp - located in the <boost-root/libs/config/>
|
||||||
directory. <b><i>Note that configure does not install this header into your boost
|
directory. <b><i>Note that configure does not install this header into your boost
|
||||||
include path by default.</i></b> This header contains all the options
|
include path by default.</i></b> This header contains all the options
|
||||||
generated by the configure script, plus a header-section that contains the user
|
generated by the configure script, plus a header-section that contains the user
|
||||||
@@ -965,8 +965,7 @@ void g() { return f(); }</pre>
|
|||||||
incorrectly outputs <tt>"2 2 double double "</tt> on VC++ 6. These macros, to
|
incorrectly outputs <tt>"2 2 double double "</tt> on VC++ 6. These macros, to
|
||||||
be used in the function parameter list, fix the problem without effects on the
|
be used in the function parameter list, fix the problem without effects on the
|
||||||
calling syntax. For instance, in the case above write:
|
calling syntax. For instance, in the case above write:
|
||||||
<pre>
|
<pre> template <int n>
|
||||||
template <int n>
|
|
||||||
void f(BOOST_EXPLICIT_TEMPLATE_NON_TYPE(int, n)) { ... }
|
void f(BOOST_EXPLICIT_TEMPLATE_NON_TYPE(int, n)) { ... }
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
@@ -1117,8 +1116,7 @@ void g() { return f(); }</pre>
|
|||||||
declared in your library, in order to avoid sprinkling #pragma's all over the
|
declared in your library, in order to avoid sprinkling #pragma's all over the
|
||||||
boost headers, there are some prefix and suffix headers that do the job,
|
boost headers, there are some prefix and suffix headers that do the job,
|
||||||
typical usage would be:</P>
|
typical usage would be:</P>
|
||||||
<PRE>
|
<PRE>#ifndef MY_INCLUDE_GUARD
|
||||||
#ifndef MY_INCLUDE_GUARD
|
|
||||||
#define MY_INCLUDE_GUARD
|
#define MY_INCLUDE_GUARD
|
||||||
|
|
||||||
// all includes go here:
|
// all includes go here:
|
||||||
|
Reference in New Issue
Block a user