[Debtags-commits] [svn] r1831 - in tagcoll/2.0: . tagcoll/tagexpr

Peter Rockai mornfall-guest at costa.debian.org
Wed Jul 12 13:05:50 UTC 2006


Author: mornfall-guest
Date: Wed Jul 12 13:05:49 2006
New Revision: 1831

Modified:
   tagcoll/2.0/   (props changed)
   tagcoll/2.0/tagcoll/tagexpr/TagexprParser.cc
Log:
 r3133 at eriador:  mornfall | 2006-07-12 14:59:52 +0200
 Fix compile error with g++ 4.1.2 and current libwibble.


Modified: tagcoll/2.0/tagcoll/tagexpr/TagexprParser.cc
==============================================================================
--- tagcoll/2.0/tagcoll/tagexpr/TagexprParser.cc	(original)
+++ tagcoll/2.0/tagcoll/tagexpr/TagexprParser.cc	Wed Jul 12 13:05:49 2006
@@ -27,7 +27,7 @@
 #include <stdio.h>
 #include <errno.h>
 
-using namespace std;
+// using namespace std;
 using namespace wibble;
 using namespace tagcoll;
 
@@ -53,7 +53,7 @@
 	if (in == 0)
 		throw wibble::exception::System("invoking fmemopen on \""+buf+"\"");
 
-	errorMessage = string();
+	errorMessage = std::string();
 	yyin = in;
 //	yydebug = 1;
 



More information about the Debtags-commits mailing list