From 0fc08260e2ee7bab28758446189d84fd32b2158a Mon Sep 17 00:00:00 2001
From: Vesa Karvonen
Date: Tue, 5 Feb 2002 12:17:12 +0000
Subject: [PATCH] Added link to test
[SVN r12723]
---
include/boost/preprocessor/for.hpp | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/include/boost/preprocessor/for.hpp b/include/boost/preprocessor/for.hpp
index 7233c67..72d252a 100644
--- a/include/boost/preprocessor/for.hpp
+++ b/include/boost/preprocessor/for.hpp
@@ -55,6 +55,11 @@ still quite useful on its own.
BOOST_PP_FOR() can be used for multidimensional repetition simply by
invoking BOOST_PP_FOR##R() directly.
+
+Test
+
*/
#define BOOST_PP_FOR(X,C,F,I) BOOST_PP_FOR0(X,C,F,I)