[PPL-devel] [GIT] ppl/ppl(master): Decided that it is not worth renaming PPL_OUTPUT_TEMPLATE_DEFINITIONS.

Roberto Bagnara bagnara at cs.unipr.it
Mon Mar 30 15:19:23 CEST 2009


Module: ppl/ppl
Branch: master
Commit: 82eb7cc49693a4550aa044bb8218077470142cbf
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=82eb7cc49693a4550aa044bb8218077470142cbf

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Mon Mar 30 15:14:28 2009 +0200

Decided that it is not worth renaming PPL_OUTPUT_TEMPLATE_DEFINITIONS.
Calling it PPL_OUTPUT_1_PARAM_TEMPLATE_DEFINITIONS would not buy us
anything: FIXMEs removed.

---

 src/Partially_Reduced_Product.inlines.hh |    1 -
 src/globals.defs.hh                      |    5 -----
 2 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/Partially_Reduced_Product.inlines.hh b/src/Partially_Reduced_Product.inlines.hh
index a6f48f0..a6f209d 100644
--- a/src/Partially_Reduced_Product.inlines.hh
+++ b/src/Partially_Reduced_Product.inlines.hh
@@ -717,7 +717,6 @@ Partially_Reduced_Product<D1, D2, R>::set_reduced_flag() const {
   const_cast<Partially_Reduced_Product&>(*this).reduced = true;
 }
 
-// FIXME(0.10.1): Improve this name.
 PPL_OUTPUT_3_PARAM_TEMPLATE_DEFINITIONS(D1, D2, R, Partially_Reduced_Product)
 
 template <typename D1, typename D2, typename R>
diff --git a/src/globals.defs.hh b/src/globals.defs.hh
index f2b682b..cb6ae20 100644
--- a/src/globals.defs.hh
+++ b/src/globals.defs.hh
@@ -201,10 +201,6 @@ struct Recycle_Input {
     std::cerr << *this;							\
   }
 
-// FIXME(0.10.1): The class_prefix has changed from
-//        PPL_OUTPUT_TEMPLATE_DEFINITIONS, to work around `,'.
-//        Perhaps PPL_OUTPUT_TEMPLATE_DEFINITIONS should be changed to
-//        match this.
 #define PPL_OUTPUT_2_PARAM_TEMPLATE_DEFINITIONS(type_symbol1,		\
 						type_symbol2,		\
 						class_prefix)		\
@@ -221,7 +217,6 @@ struct Recycle_Input {
     std::cerr << *this;							\
   }
 
-// FIXME(0.10.1): Copy and edit of PPL_OUTPUT_2_PARAM_TEMPLATE_DEFINITIONS
 #define PPL_OUTPUT_3_PARAM_TEMPLATE_DEFINITIONS(type_symbol1,		\
 						type_symbol2,		\
 						type_symbol3,		\




More information about the PPL-devel mailing list