forked from boostorg/preprocessor
Doxygen is out
[SVN r12908]
This commit is contained in:
@ -61,7 +61,6 @@
|
||||
*/
|
||||
#define BOOST_PP_WHILE(C,F,X) BOOST_PP_WHILE_C(C(1,X),0,X)(C,F,F(1,X))
|
||||
|
||||
#ifndef DOXYGEN_SHOULD_SKIP_THIS
|
||||
#define BOOST_PP_WHILE_C(C,D,X) BOOST_PP_IF(C,BOOST_PP_WHILE##D,X BOOST_PP_TUPLE3_EAT)
|
||||
#define BOOST_PP_WHILE0(C,F,X) BOOST_PP_WHILE_C(C(2,X),1,X)(C,F,F(2,X))
|
||||
#define BOOST_PP_WHILE1(C,F,X) BOOST_PP_WHILE_C(C(3,X),2,X)(C,F,F(3,X))
|
||||
@ -324,4 +323,3 @@
|
||||
#define BOOST_PP_WHILE258(C,F,X) RECURSION DEPTH EXCEEDED!
|
||||
#define BOOST_PP_WHILE259(C,F,X) RECURSION DEPTH EXCEEDED!
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user