Doxygen is out

[SVN r12908]
This commit is contained in:
Vesa Karvonen
2002-02-23 10:26:09 +00:00
parent 324604edce
commit 0681e43c79
52 changed files with 0 additions and 104 deletions

View File

@ -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