mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-21 16:22:55 +02:00
Reduced delay
[SVN r14321]
This commit is contained in:
@ -32,7 +32,7 @@
|
||||
*/
|
||||
|
||||
#ifndef DELAY_MAX
|
||||
#define DELAY_MAX 15
|
||||
#define DELAY_MAX 14
|
||||
#endif
|
||||
|
||||
#define DELAY(N) BOOST_PP_TUPLE_ELEM(2,0,(BOOST_PP_EMPTY,BOOST_PP_WHILE(DELAY_C,BOOST_PP_CAT(DELAY_F,N),BOOST_PP_DEC(N))))()
|
||||
|
Reference in New Issue
Block a user