Package: wxwidgets2.6
Version: 2.6.1.2
Severity: important
Tags: patch
Your package fails to build with G++ 4.1. I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.
A patch is below.
--- ./include/wx/string.h~ 2006-03-21 20:21:42.000000000 +0000
+++ ./include/wx/string.h 2006-03-21 20:39:49.000000000 +0000
@@ -606,6 +606,12 @@
// CString and wxWindows 1.x wxString all at once
// ---------------------------------------------------------------------------
+wxString WXDLLIMPEXP_BASE operator+(const wxString& string1, const wxString&
string2);
+wxString WXDLLIMPEXP_BASE operator+(const wxString& string, wxChar ch);
+wxString WXDLLIMPEXP_BASE operator+(wxChar ch, const wxString& string);
+wxString WXDLLIMPEXP_BASE operator+(const wxString& string, const wxChar *psz);
+wxString WXDLLIMPEXP_BASE operator+(const wxChar *psz, const wxString& string);
+
class WXDLLIMPEXP_BASE wxString : public wxStringBase
{
#if !wxUSE_STL
--
Martin Michlmayr
http://www.cyrius.com/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]