From b4919e62f424754a14bda009aa58b1e35daaf0ce Mon Sep 17 00:00:00 2001 From: Paul Mensonides Date: Wed, 19 Jun 2002 06:39:33 +0000 Subject: [PATCH] add support for unrolled BOOST_PP_REPEAT undef EDG front-ends [SVN r14178] --- include/boost/preprocessor/repeat.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/boost/preprocessor/repeat.hpp b/include/boost/preprocessor/repeat.hpp index 8a6cf9f..9acd1ac 100644 --- a/include/boost/preprocessor/repeat.hpp +++ b/include/boost/preprocessor/repeat.hpp @@ -98,7 +98,6 @@ are directly supported.

#if defined __EDG__ // unrolled repeats for EDG front end #include #else -#error edg? #define BOOST_PP_R1_0(M,D) #define BOOST_PP_R1_1(M,D) M(0,D)