toon-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Toon-members] tag/tag tuple.h


From: Edward Rosten
Subject: [Toon-members] tag/tag tuple.h
Date: Mon, 25 Sep 2006 21:29:14 +0000

CVSROOT:        /cvsroot/toon
Module name:    tag
Changes by:     Edward Rosten <edrosten>        06/09/25 21:29:14

Modified files:
        tag            : tuple.h 

Log message:
        Added missing const to avoid some strange compile errors in some
        cases.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/tag/tag/tuple.h?cvsroot=toon&r1=1.4&r2=1.5

Patches:
Index: tuple.h
===================================================================
RCS file: /cvsroot/toon/tag/tag/tuple.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- tuple.h     14 Jul 2006 22:02:35 -0000      1.4
+++ tuple.h     25 Sep 2006 21:29:14 -0000      1.5
@@ -286,7 +286,7 @@
                V_list(const C& c, const D& d)
                :val(c),next(d){}
 
-               template<class X> V_list<X, V_list<C, D> > operator,(X& c) 
+               template<class X> V_list<X, V_list<C, D> > operator,(const X& 
c) 
                {
                         return V_list<X, V_list<C, D> >(c, *this);
                }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]