Removed BOOST_PREPROCESSOR_??? macros

[SVN r14096]
This commit is contained in:
Vesa Karvonen
2002-06-07 12:26:56 +00:00
parent 760c4206b4
commit f1bec9eda8
7 changed files with 0 additions and 21 deletions

View File

@ -28,7 +28,4 @@ in the range [0, BOOST_PP_LIMIT_MAG].</p>
</ul> </ul>
*/ */
#define BOOST_PP_AND(X,Y) BOOST_PP_NOR(BOOST_PP_NOT(X),BOOST_PP_NOT(Y)) #define BOOST_PP_AND(X,Y) BOOST_PP_NOR(BOOST_PP_NOT(X),BOOST_PP_NOT(Y))
/* <p>Obsolete. Use BOOST_PP_AND().</p> */
#define BOOST_PREPROCESSOR_AND(X,Y) BOOST_PP_AND(X,Y)
#endif #endif

View File

@ -154,7 +154,4 @@
#define BOOST_PP_BOOL126 1 #define BOOST_PP_BOOL126 1
#define BOOST_PP_BOOL127 1 #define BOOST_PP_BOOL127 1
#define BOOST_PP_BOOL128 1 #define BOOST_PP_BOOL128 1
/* <p>Obsolete. Use BOOST_PP_BOOL().</p> */
#define BOOST_PREPROCESSOR_BOOL(X) BOOST_PP_BOOL(X)
#endif #endif

View File

@ -35,7 +35,4 @@ in the range [0, BOOST_PP_LIMIT_MAG].</p>
#define BOOST_PP_NOR_BOOL01 0 #define BOOST_PP_NOR_BOOL01 0
#define BOOST_PP_NOR_BOOL10 0 #define BOOST_PP_NOR_BOOL10 0
#define BOOST_PP_NOR_BOOL11 0 #define BOOST_PP_NOR_BOOL11 0
/* <p>Obsolete. Use BOOST_PP_NOR().</p> */
#define BOOST_PREPROCESSOR_NOR(X,Y) BOOST_PP_NOR(X,Y)
#endif #endif

View File

@ -27,7 +27,4 @@
</ul> </ul>
*/ */
#define BOOST_PP_NOT(X) BOOST_PP_NOR(X,X) #define BOOST_PP_NOT(X) BOOST_PP_NOR(X,X)
/* <p>Obsolete. Use BOOST_PP_NOT().</p> */
#define BOOST_PREPROCESSOR_NOT(X) BOOST_PP_NOT(X)
#endif #endif

View File

@ -28,7 +28,4 @@ in the range [0, BOOST_PP_LIMIT_MAG].</p>
</ul> </ul>
*/ */
#define BOOST_PP_OR(X,Y) BOOST_PP_NOT(BOOST_PP_NOR(X,Y)) #define BOOST_PP_OR(X,Y) BOOST_PP_NOT(BOOST_PP_NOR(X,Y))
/* <p>Obsolete. Use BOOST_PP_OR().</p> */
#define BOOST_PREPROCESSOR_OR(X,Y) BOOST_PP_OR(X,Y)
#endif #endif

View File

@ -28,7 +28,4 @@ in the range [0, BOOST_PP_LIMIT_MAG].</p>
</ul> </ul>
*/ */
#define BOOST_PP_XOR(X,Y) BOOST_PP_NOR(BOOST_PP_NOR(X,Y),BOOST_PP_AND(X,Y)) #define BOOST_PP_XOR(X,Y) BOOST_PP_NOR(BOOST_PP_NOR(X,Y),BOOST_PP_AND(X,Y))
/* <p>Obsolete. Use BOOST_PP_XOR().</p> */
#define BOOST_PREPROCESSOR_XOR(X,Y) BOOST_PP_XOR(X,Y)
#endif #endif

View File

@ -200,7 +200,4 @@ BOOST_PP_TUPLE_ELEM(2,1,(A,B))
#define BOOST_PP_TUPLE16_ELEM13(A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P) N #define BOOST_PP_TUPLE16_ELEM13(A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P) N
#define BOOST_PP_TUPLE16_ELEM14(A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P) O #define BOOST_PP_TUPLE16_ELEM14(A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P) O
#define BOOST_PP_TUPLE16_ELEM15(A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P) P #define BOOST_PP_TUPLE16_ELEM15(A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P) P
/* <p>Obsolete. Use BOOST_PP_TUPLE_ELEM().</p> */
#define BOOST_PREPROCESSOR_TUPLE_ELEM(N,I,T) BOOST_PP_TUPLE_ELEM(N,I,T)
#endif #endif