]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/string.h
Small usability improvements
[wxWidgets.git] / include / wx / string.h
index 1710a2e165e6379ed0bac915cadab77b7103bf05..ba651e5d976ec28178424da1f9045565fde82ccd 100644 (file)
@@ -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
 
 // ---------------------------------------------------------------------------