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: Thu, 28 Jul 2011 14:05:21 +0000

CVSROOT:        /cvsroot/toon
Module name:    tag
Changes by:     Edward Rosten <edrosten>        11/07/28 14:05:21

Modified files:
        tag            : tuple.h 

Log message:
        fix class/struct mismatch

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

Patches:
Index: tuple.h
===================================================================
RCS file: /cvsroot/toon/tag/tag/tuple.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- tuple.h     25 Mar 2008 23:44:51 -0000      1.6
+++ tuple.h     28 Jul 2011 14:05:21 -0000      1.7
@@ -368,7 +368,7 @@
                        };
                
        
-                       template<class X, class Y> friend class R_list;
+                       template<class X, class Y> friend struct R_list;
                        void operator=(const equivalent_V_list& vlist)
                        {
                                val = vlist.val;



reply via email to

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