forked from boostorg/preprocessor
BOOST_PP_EAT() added & tuple.hpp split.
[SVN r12296]
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
src="../../../../c++boost.gif"
|
||||
width=277 align=center></a>
|
||||
<hr>
|
||||
<!-- Generated by Doxygen 1.2.12 -->
|
||||
<!-- Generated by Doxygen 1.2.13 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>while.hpp File Reference</h1><table border=0 cellpadding=0 cellspacing=0>
|
||||
@ -98,8 +98,8 @@ For a more complex example, let's take a look at an implementation of <a class="
|
||||
// #1) The state is a 3-tuple. After the iteration is finished, the first
|
||||
// element of the tuple is the result.
|
||||
//
|
||||
// #2) The WHILE primitive is "invoked" directly. BOOST_PP_WHILE(D,...) can't
|
||||
// be used because it would not be expanded by the C/C++ preprocessor.
|
||||
// #2) The WHILE primitive is "invoked" directly. BOOST_PP_WHILE(D,...)
|
||||
// can't be used because it would not be expanded by the C preprocessor.
|
||||
//
|
||||
// #3) ???_C is the condition and ???_F is the iteration function.
|
||||
|
||||
|
Reference in New Issue
Block a user