X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7a906e1a2125a3db29b9777ad2384485d2f78ea4..ce04fea5942b08030a0e1734767112a638a09226:/include/wx/string.h diff --git a/include/wx/string.h b/include/wx/string.h index 1710a2e165..ba651e5d97 100644 --- a/include/wx/string.h +++ b/include/wx/string.h @@ -3031,6 +3031,14 @@ WXDLLIMPEXP_BASE wxSTD ostream& operator<<(wxSTD ostream&, const wxCharBuffer&); WXDLLIMPEXP_BASE wxSTD ostream& operator<<(wxSTD ostream&, const wxWCharBuffer&); #endif +#if wxUSE_UNICODE && defined(HAVE_WOSTREAM) + +WXDLLIMPEXP_BASE wxSTD wostream& operator<<(wxSTD wostream&, const wxString&); +WXDLLIMPEXP_BASE wxSTD wostream& operator<<(wxSTD wostream&, const wxCStrData&); +WXDLLIMPEXP_BASE wxSTD wostream& operator<<(wxSTD wostream&, const wxWCharBuffer&); + +#endif // wxUSE_UNICODE && defined(HAVE_WOSTREAM) + #endif // wxUSE_STD_IOSTREAM // ---------------------------------------------------------------------------