[PPL-devel] [GIT] ppl/ppl(master): Use PPL_U when macro parameters are used as template type arguments.

Enea Zaffanella zaffanella at cs.unipr.it
Thu Aug 16 17:30:28 CEST 2012


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

Author: Enea Zaffanella <zaffanella at cs.unipr.it>
Date:   Thu Aug 16 11:46:29 2012 +0200

Use PPL_U when macro parameters are used as template type arguments.

---

 src/Expression_Adapter.defs.hh |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/Expression_Adapter.defs.hh b/src/Expression_Adapter.defs.hh
index 32fc2e5..beb0629 100644
--- a/src/Expression_Adapter.defs.hh
+++ b/src/Expression_Adapter.defs.hh
@@ -189,10 +189,10 @@ namespace Parma_Polyhedra_Library {
 
 #define PPL_DECLARE_EXPR_ADAPTER_MEMBER_SPEC(Class) \
 template <> \
-Expression_Adapter<Class>::obj_expr_type const& \
-Expression_Adapter<Class>::obj_expr() const; \
+Expression_Adapter<PPL_U(Class)>::obj_expr_type const& \
+Expression_Adapter<PPL_U(Class)>::obj_expr() const;    \
 template <> \
-bool Expression_Adapter<Class>::hiding_last() const;
+bool Expression_Adapter<PPL_U(Class)>::hiding_last() const;
 
 } // namespace Parma_Polyhedra_Library
 




More information about the PPL-devel mailing list