mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-29 11:47:14 +02:00
(merge from head)
Fix various inspection errors: add missing copyright and license info. [SVN r34684]
This commit is contained in:
@ -16,6 +16,11 @@
|
||||
If a <i>file-iteration</i> is not in progress, this macro expands to <i>0</i>.
|
||||
Otherwise, it expands to the current depth of <i>file-iteration</i>.
|
||||
</div>
|
||||
<h4>See Also</h4>
|
||||
<ul>
|
||||
<li><a href="frame_iteration.html">BOOST_PP_FRAME_ITERATION</a></li>
|
||||
<li><a href="relative_iteration.html">BOOST_PP_RELATIVE_ITERATION</a></li>
|
||||
</ul>
|
||||
<h4>Requirements</h4>
|
||||
<div>
|
||||
<b>Header:</b> <a href="../headers/iteration/iterate.html"><boost/preprocessor/iteration/iterate.hpp></a>
|
||||
@ -53,5 +58,15 @@
|
||||
|
||||
#endif
|
||||
</pre></div>
|
||||
<hr size="1">
|
||||
<div style="margin-left: 0px;">
|
||||
<i><EFBFBD> Copyright <a href="http://www.housemarque.com" target="_top">Housemarque Oy</a> 2002</i>
|
||||
</div>
|
||||
<div style="margin-left: 0px;">
|
||||
<p><small>Distributed under the Boost Software License, Version 1.0. (See
|
||||
accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
|
||||
copy at <a href=
|
||||
"http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user