add support for unrolled BOOST_PP_REPEAT undef EDG front-ends

[SVN r14178]
This commit is contained in:
Paul Mensonides
2002-06-19 06:39:33 +00:00
parent bcd091a8dd
commit b4919e62f4

View File

@ -98,7 +98,6 @@ are directly supported.</p>
#if defined __EDG__ // unrolled repeats for EDG front end
#include <boost/preprocessor/detail/repeat_edg.hpp>
#else
#error edg?
#define BOOST_PP_R1_0(M,D)
#define BOOST_PP_R1_1(M,D) M(0,D)