SOURCES: speech_tools-gcc41.patch - lack of explict ctors in conne...
pluto
pluto at pld-linux.org
Wed Jan 18 20:18:25 CET 2006
Author: pluto Date: Wed Jan 18 19:18:25 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- lack of explict ctors in connection with overloaded operator
and implicit conversion make me crazy. this change fixes
the pathname_example regression.
---- Files affected:
SOURCES:
speech_tools-gcc41.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/speech_tools-gcc41.patch
diff -u SOURCES/speech_tools-gcc41.patch:1.1 SOURCES/speech_tools-gcc41.patch:1.2
--- SOURCES/speech_tools-gcc41.patch:1.1 Tue Jan 17 20:47:06 2006
+++ SOURCES/speech_tools-gcc41.patch Wed Jan 18 20:18:20 2006
@@ -5,7 +5,7 @@
if (length() > 0)
- return ::operator +(EST_String(*this), "/");
-+ return ::operator + (*this, "/");
++ return EST_String(EST_String(*this) + "/");
return "./";
}
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/speech_tools-gcc41.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list