forked from boostorg/preprocessor
Doxygen is out
[SVN r12908]
This commit is contained in:
@ -63,7 +63,6 @@ invoking BOOST_PP_FOR##R() directly.</p>
|
||||
*/
|
||||
#define BOOST_PP_FOR(X,C,F,I) BOOST_PP_FOR0(X,C,F,I)
|
||||
|
||||
#ifndef DOXYGEN_SHOULD_SKIP_THIS
|
||||
#define BOOST_PP_FOR_C0(C,R,X,I) BOOST_PP_IF(C(R,X),I,BOOST_PP_TUPLE2_EAT)
|
||||
#define BOOST_PP_FOR_C1(C,R,X) BOOST_PP_IF(C(R,X),BOOST_PP_FOR##R,BOOST_PP_TUPLE4_EAT)
|
||||
#define BOOST_PP_FOR0(X,C,F,I) BOOST_PP_FOR_C0(C,1,X,I)(1,X) BOOST_PP_FOR_C1(C,1,X)(F(1,X),C,F,I)
|
||||
@ -197,4 +196,3 @@ invoking BOOST_PP_FOR##R() directly.</p>
|
||||
#define BOOST_PP_FOR128(X,C,F,I) BOOST_PP_FOR_C0(C,129,X,I)(129,X) BOOST_PP_FOR_C1(C,129,X)(F(129,X),C,F,I)
|
||||
#define BOOST_PP_FOR129(C,F,I,X) RECURSION DEPTH EXCEEDED!
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user