>> "Niels" == Niels Van Vliet
<niels(a)lrde.epita.fr> writes:
Akim Demaille wrote:
Patch illisible ! À renvoyer !
J'ai
ajouté un espace dans le macros utilisant un argument comme
paramètre de template. De base, prdiff n'affiche pas les
lignes où uniquement un espace est ajouté.
Index: olena/oln/arith/internal/opdecls.hh
--- olena/oln/arith/internal/opdecls.hh Mon, 15 Mar 2004 17:40:54
+0100 van-vl_n (oln/b/22_opdecls.hh 1.18 600)
+++ olena/oln/arith/internal/opdecls.hh Tue, 13 Apr 2004 17:31:32
+0200 van-vl_n (oln/b/22_opdecls.hh 1.19 640)
@@ -69,7 +69,7 @@
\
template <class T1, class T2 = T1> \
struct default_f_##OPNAME \
- : public f_##OPNAME< T1, T2, ntg_return_type(OPNAME, T1, T2) > \
+ : public f_##OPNAME< T1, T2, ntg_return_type(OPNAME, T1, T2)> \
{} /* no ; */
Ton patch est à l'envers, mais on comprend. Merci !