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: Tue, 11 Jul 2006 18:00:44 +0000

CVSROOT:        /cvsroot/toon
Module name:    tag
Changes by:     Edward Rosten <edrosten>        06/07/11 18:00:43

Modified files:
        tag            : tuple.h 

Log message:
        Namespace related fix

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

Patches:
Index: tuple.h
===================================================================
RCS file: /cvsroot/toon/tag/tag/tuple.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- tuple.h     31 May 2006 00:09:48 -0000      1.2
+++ tuple.h     11 Jul 2006 18:00:43 -0000      1.3
@@ -203,7 +203,7 @@
 
 ///This is a variadic ``function'' which creates and returns a tuple.
 ///@ingroup tuple
-#define make_tuple(...) ((TupleHead, ## __VA_ARGS__))
+#define make_tuple(...) ((tag::TupleHead, ## __VA_ARGS__))
 
 #endif
 




reply via email to

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