From 93a331152d7a235fc47d3eb43cc9795f46f813f2 Mon Sep 17 00:00:00 2001 From: Paul Mensonides Date: Fri, 21 Jun 2002 23:13:24 +0000 Subject: [PATCH] Cpp output cleanup [SVN r14223] --- include/boost/preprocessor/detail/iterate/exp1.hpp | 4 ++-- include/boost/preprocessor/detail/iterate/exp2.hpp | 4 ++-- include/boost/preprocessor/detail/iterate/exp3.hpp | 4 ++-- include/boost/preprocessor/detail/iterate/exp4.hpp | 4 ++-- include/boost/preprocessor/detail/iterate/exp5.hpp | 4 ++-- include/boost/preprocessor/detail/iterate/local_iterate.hpp | 2 ++ include/boost/preprocessor/detail/iterate/lower1.hpp | 2 ++ include/boost/preprocessor/detail/iterate/lower2.hpp | 2 ++ include/boost/preprocessor/detail/iterate/lower3.hpp | 2 ++ include/boost/preprocessor/detail/iterate/lower4.hpp | 2 ++ include/boost/preprocessor/detail/iterate/lower5.hpp | 2 ++ include/boost/preprocessor/detail/iterate/upper1.hpp | 2 ++ include/boost/preprocessor/detail/iterate/upper2.hpp | 2 ++ include/boost/preprocessor/detail/iterate/upper3.hpp | 2 ++ include/boost/preprocessor/detail/iterate/upper4.hpp | 2 ++ include/boost/preprocessor/detail/iterate/upper5.hpp | 2 ++ 16 files changed, 32 insertions(+), 10 deletions(-) diff --git a/include/boost/preprocessor/detail/iterate/exp1.hpp b/include/boost/preprocessor/detail/iterate/exp1.hpp index 0fd0100..043ea6b 100644 --- a/include/boost/preprocessor/detail/iterate/exp1.hpp +++ b/include/boost/preprocessor/detail/iterate/exp1.hpp @@ -8,6 +8,8 @@ # * * # ************************************************************************** */ # +# line 1 "" +# # ifdef BOOST_PP_ITERATION_LIMITS # ifndef BOOST_PP_FILENAME_1 # error BOOST_PP: depth #1 filename is not defined @@ -36,8 +38,6 @@ # # define BOOST_PP_IS_ITERATING # -# line 1 "" -# # if (BOOST_PP_ITERATION_START_1 <= 0) && (BOOST_PP_ITERATION_FINISH_1 >= 0) # define BOOST_PP_ITERATION_1 0 # include BOOST_PP_FILENAME_1 diff --git a/include/boost/preprocessor/detail/iterate/exp2.hpp b/include/boost/preprocessor/detail/iterate/exp2.hpp index 3d93612..19f24a6 100644 --- a/include/boost/preprocessor/detail/iterate/exp2.hpp +++ b/include/boost/preprocessor/detail/iterate/exp2.hpp @@ -8,6 +8,8 @@ # * * # ************************************************************************** */ # +# line 1 "" +# # ifdef BOOST_PP_ITERATION_LIMITS # ifndef BOOST_PP_FILENAME_2 # error BOOST_PP: depth #2 filename is not defined @@ -34,8 +36,6 @@ # define BOOST_PP_ITERATION_DEPTH() 2 # endif # -# line 1 "" -# # if (BOOST_PP_ITERATION_START_2 <= 0) && (BOOST_PP_ITERATION_FINISH_2 >= 0) # define BOOST_PP_ITERATION_2 0 # include BOOST_PP_FILENAME_2 diff --git a/include/boost/preprocessor/detail/iterate/exp3.hpp b/include/boost/preprocessor/detail/iterate/exp3.hpp index 0ade127..2a82d3a 100644 --- a/include/boost/preprocessor/detail/iterate/exp3.hpp +++ b/include/boost/preprocessor/detail/iterate/exp3.hpp @@ -8,6 +8,8 @@ # * * # ************************************************************************** */ # +# line 1 "" +# # ifdef BOOST_PP_ITERATION_LIMITS # ifndef BOOST_PP_FILENAME_3 # error BOOST_PP: depth #3 filename is not defined @@ -34,8 +36,6 @@ # define BOOST_PP_ITERATION_DEPTH() 3 # endif # -# line 1 "" -# # if (BOOST_PP_ITERATION_START_3 <= 0) && (BOOST_PP_ITERATION_FINISH_3 >= 0) # define BOOST_PP_ITERATION_3 0 # include BOOST_PP_FILENAME_3 diff --git a/include/boost/preprocessor/detail/iterate/exp4.hpp b/include/boost/preprocessor/detail/iterate/exp4.hpp index a32821e..18243ce 100644 --- a/include/boost/preprocessor/detail/iterate/exp4.hpp +++ b/include/boost/preprocessor/detail/iterate/exp4.hpp @@ -8,6 +8,8 @@ # * * # ************************************************************************** */ # +# line 1 "" +# # ifdef BOOST_PP_ITERATION_LIMITS # ifndef BOOST_PP_FILENAME_4 # error BOOST_PP: depth #4 filename is not defined @@ -34,8 +36,6 @@ # define BOOST_PP_ITERATION_DEPTH() 4 # endif # -# line 1 "" -# # if (BOOST_PP_ITERATION_START_4 <= 0) && (BOOST_PP_ITERATION_FINISH_4 >= 0) # define BOOST_PP_ITERATION_4 0 # include BOOST_PP_FILENAME_4 diff --git a/include/boost/preprocessor/detail/iterate/exp5.hpp b/include/boost/preprocessor/detail/iterate/exp5.hpp index d665a47..bd17be6 100644 --- a/include/boost/preprocessor/detail/iterate/exp5.hpp +++ b/include/boost/preprocessor/detail/iterate/exp5.hpp @@ -8,6 +8,8 @@ # * * # ************************************************************************** */ # +# line 1 "" +# # ifdef BOOST_PP_ITERATION_LIMITS # ifndef BOOST_PP_FILENAME_5 # error BOOST_PP: depth #5 filename is not defined @@ -34,8 +36,6 @@ # define BOOST_PP_ITERATION_DEPTH() 5 # endif # -# line 1 "" -# # if (BOOST_PP_ITERATION_START_5 <= 0) && (BOOST_PP_ITERATION_START_5 >= 0) # define BOOST_PP_ITERATION_5 0 # include BOOST_PP_FILENAME_5 diff --git a/include/boost/preprocessor/detail/iterate/local_iterate.hpp b/include/boost/preprocessor/detail/iterate/local_iterate.hpp index 319ac24..63de49a 100644 --- a/include/boost/preprocessor/detail/iterate/local_iterate.hpp +++ b/include/boost/preprocessor/detail/iterate/local_iterate.hpp @@ -8,6 +8,8 @@ # * * # ************************************************************************** */ # +# line 1 "" +# # ifdef BOOST_PP_LOCAL_ITERATION_LIMITS # define BOOST_PP_LOCAL_START BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_LOCAL_ITERATION_LIMITS) # define BOOST_PP_LOCAL_FINISH BOOST_PP_TUPLE_ELEM(2, 1, BOOST_PP_LOCAL_ITERATION_LIMITS) diff --git a/include/boost/preprocessor/detail/iterate/lower1.hpp b/include/boost/preprocessor/detail/iterate/lower1.hpp index 21c027e..6c3eaa0 100644 --- a/include/boost/preprocessor/detail/iterate/lower1.hpp +++ b/include/boost/preprocessor/detail/iterate/lower1.hpp @@ -8,6 +8,8 @@ # * * # ************************************************************************** */ # +# line 1 "" +# # ifndef BOOST_PP_ITERATION_BOUND # error BOOST_PP: BOOST_PP_ITERATION_BOUND must be set prior to including BOOST_PP_SET_LBOUND() # endif diff --git a/include/boost/preprocessor/detail/iterate/lower2.hpp b/include/boost/preprocessor/detail/iterate/lower2.hpp index 2ce9019..0b6d7db 100644 --- a/include/boost/preprocessor/detail/iterate/lower2.hpp +++ b/include/boost/preprocessor/detail/iterate/lower2.hpp @@ -8,6 +8,8 @@ # * * # ************************************************************************** */ # +# line 1 "" +# # ifndef BOOST_PP_ITERATION_BOUND # error BOOST_PP: BOOST_PP_ITERATION_BOUND must be set prior to including BOOST_PP_SET_LBOUND() # endif diff --git a/include/boost/preprocessor/detail/iterate/lower3.hpp b/include/boost/preprocessor/detail/iterate/lower3.hpp index a9f319a..385c937 100644 --- a/include/boost/preprocessor/detail/iterate/lower3.hpp +++ b/include/boost/preprocessor/detail/iterate/lower3.hpp @@ -8,6 +8,8 @@ # * * # ************************************************************************** */ # +# line 1 "" +# # ifndef BOOST_PP_ITERATION_BOUND # error BOOST_PP: BOOST_PP_ITERATION_BOUND must be set prior to including BOOST_PP_SET_LBOUND() # endif diff --git a/include/boost/preprocessor/detail/iterate/lower4.hpp b/include/boost/preprocessor/detail/iterate/lower4.hpp index 648880b..d332bba 100644 --- a/include/boost/preprocessor/detail/iterate/lower4.hpp +++ b/include/boost/preprocessor/detail/iterate/lower4.hpp @@ -8,6 +8,8 @@ # * * # ************************************************************************** */ # +# line 1 "" +# # ifndef BOOST_PP_ITERATION_BOUND # error BOOST_PP: BOOST_PP_ITERATION_BOUND must be set prior to including BOOST_PP_SET_LBOUND() # endif diff --git a/include/boost/preprocessor/detail/iterate/lower5.hpp b/include/boost/preprocessor/detail/iterate/lower5.hpp index afbac3e..0e00575 100644 --- a/include/boost/preprocessor/detail/iterate/lower5.hpp +++ b/include/boost/preprocessor/detail/iterate/lower5.hpp @@ -8,6 +8,8 @@ # * * # ************************************************************************** */ # +# line 1 "" +# # ifndef BOOST_PP_ITERATION_BOUND # error BOOST_PP: BOOST_PP_ITERATION_BOUND must be set prior to including BOOST_PP_SET_LBOUND() # endif diff --git a/include/boost/preprocessor/detail/iterate/upper1.hpp b/include/boost/preprocessor/detail/iterate/upper1.hpp index f5263b1..f712069 100644 --- a/include/boost/preprocessor/detail/iterate/upper1.hpp +++ b/include/boost/preprocessor/detail/iterate/upper1.hpp @@ -8,6 +8,8 @@ # * * # ************************************************************************** */ # +# line 1 "" +# # ifndef BOOST_PP_ITERATION_BOUND # error BOOST_PP: BOOST_PP_ITERATION_BOUND must be set prior to including BOOST_PP_SET_UBOUND() # endif diff --git a/include/boost/preprocessor/detail/iterate/upper2.hpp b/include/boost/preprocessor/detail/iterate/upper2.hpp index d68c360..053e35c 100644 --- a/include/boost/preprocessor/detail/iterate/upper2.hpp +++ b/include/boost/preprocessor/detail/iterate/upper2.hpp @@ -8,6 +8,8 @@ # * * # ************************************************************************** */ # +# line 1 "" +# # ifndef BOOST_PP_ITERATION_BOUND # error BOOST_PP: BOOST_PP_ITERATION_BOUND must be set prior to including BOOST_PP_SET_UBOUND() # endif diff --git a/include/boost/preprocessor/detail/iterate/upper3.hpp b/include/boost/preprocessor/detail/iterate/upper3.hpp index 18fd44f..13d8ba4 100644 --- a/include/boost/preprocessor/detail/iterate/upper3.hpp +++ b/include/boost/preprocessor/detail/iterate/upper3.hpp @@ -8,6 +8,8 @@ # * * # ************************************************************************** */ # +# line 1 "" +# # ifndef BOOST_PP_ITERATION_BOUND # error BOOST_PP: BOOST_PP_ITERATION_BOUND must be set prior to including BOOST_PP_SET_UBOUND() # endif diff --git a/include/boost/preprocessor/detail/iterate/upper4.hpp b/include/boost/preprocessor/detail/iterate/upper4.hpp index 83c3b04..a0c7674 100644 --- a/include/boost/preprocessor/detail/iterate/upper4.hpp +++ b/include/boost/preprocessor/detail/iterate/upper4.hpp @@ -8,6 +8,8 @@ # * * # ************************************************************************** */ # +# line 1 "" +# # ifndef BOOST_PP_ITERATION_BOUND # error BOOST_PP: BOOST_PP_ITERATION_BOUND must be set prior to including BOOST_PP_SET_UBOUND() # endif diff --git a/include/boost/preprocessor/detail/iterate/upper5.hpp b/include/boost/preprocessor/detail/iterate/upper5.hpp index 4c9220f..2afa150 100644 --- a/include/boost/preprocessor/detail/iterate/upper5.hpp +++ b/include/boost/preprocessor/detail/iterate/upper5.hpp @@ -8,6 +8,8 @@ # * * # ************************************************************************** */ # +# line 1 "" +# # ifndef BOOST_PP_ITERATION_BOUND # error BOOST_PP: BOOST_PP_ITERATION_BOUND must be set prior to including BOOST_PP_SET_UBOUND() # endif