return temp;
}
+#if wxUSE_STD_IOSTREAM
+
// input/output
ostream& operator<< (ostream& o, const wxLongLongNative& ll)
{
return o << result;
}
+#endif // wxUSE_STD_IOSTREAM
+
#endif // wxUSE_LONGLONG_NATIVE
#if wxUSE_LONGLONG_WX
return temp;
}
-// input/output
+#if wxUSE_STD_IOSTREAM
+// input/output
ostream& operator<< (ostream& o, const wxLongLongWx& ll)
{
char result[65];
return o << result;
}
-#endif
- // wxUSE_LONGLONG_NATIVE
+#endif // wxUSE_STD_IOSTREAM
+
+#endif // wxUSE_LONGLONG_NATIVE
#endif // wxUSE_LONGLONG