forked from boostorg/preprocessor
headers/xxx.hpp.html >> headers/xxx.html
[SVN r25656]
This commit is contained in:
@ -71,12 +71,12 @@
|
||||
</ul>
|
||||
<h4>Requirements</h4>
|
||||
<div>
|
||||
<b>Header:</b> <a href="../headers/repetition/repeat_from_to.hpp.html"><boost/preprocessor/repetition/repeat_from_to.hpp></a>
|
||||
<b>Header:</b> <a href="../headers/repetition/repeat_from_to.html"><boost/preprocessor/repetition/repeat_from_to.hpp></a>
|
||||
</div>
|
||||
<h4>Sample Code</h4>
|
||||
<div><pre>
|
||||
#include <<a href="../headers/cat.hpp.html">boost/preprocessor/cat.hpp</a>>
|
||||
#include <<a href="../headers/repetition/repeat_from_to.hpp.html">boost/preprocessor/repetition/repeat_from_to.hpp</a>>
|
||||
#include <<a href="../headers/cat.html">boost/preprocessor/cat.hpp</a>>
|
||||
#include <<a href="../headers/repetition/repeat_from_to.html">boost/preprocessor/repetition/repeat_from_to.hpp</a>>
|
||||
|
||||
#define DECL(z, n, text) <a href="cat.html">BOOST_PP_CAT</a>(text, n) = n;
|
||||
|
||||
|
Reference in New Issue
Block a user