more fixes to dllexport/import stuff for operator<<()s (still bug 1104372)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1150,11 +1150,13 @@ void *wxULongLongWx::asArray(void) const
|
||||
#if wxUSE_STD_IOSTREAM
|
||||
|
||||
// input/output
|
||||
WXDLLIMPEXP_BASE
|
||||
wxSTD ostream& operator<< (wxSTD ostream& o, const wxLongLong& ll)
|
||||
{
|
||||
return o << ll.ToString();
|
||||
}
|
||||
|
||||
WXDLLIMPEXP_BASE
|
||||
wxSTD ostream& operator<< (wxSTD ostream& o, const wxULongLong& ll)
|
||||
{
|
||||
return o << ll.ToString();
|
||||
|
Reference in New Issue
Block a user