// for dll-interface class 'wxDocMDIChildFrame'" -- this is bogus as the
// template will be DLL-exported but only once it is used as base class
// here!
+ #pragma warning (push)
#pragma warning (disable:4275)
#endif
};
#ifdef __VISUALC6__
- #pragma warning (default:4275)
+ #pragma warning (pop)
#endif
#endif // wxUSE_MDI_ARCHITECTURE
// for dll-interface class 'wxDocChildFrame'" -- this is bogus as the
// template will be DLL-exported but only once it is used as base class
// here!
+ #pragma warning (push)
#pragma warning (disable:4275)
#endif
};
#ifdef __VISUALC6__
- #pragma warning (default:4275)
+ #pragma warning (pop)
#endif
// ----------------------------------------------------------------------------
#ifdef __VISUALC__
// "non dll-interface class 'wxStringPrintfMixin' used as base interface
// for dll-interface class 'wxString'" -- this is OK in our case
+ #pragma warning (push)
#pragma warning (disable:4275)
#endif
};
#ifdef __VISUALC__
- #pragma warning (default:4275)
+ #pragma warning (pop)
#endif
// ----------------------------------------------------------------------------
#ifdef wxNEEDS_WXSTRING_PRINTF_MIXIN
// "non dll-interface class 'wxStringPrintfMixin' used as base interface
// for dll-interface class 'wxString'" -- this is OK in our case
+ #pragma warning (push)
#pragma warning (disable:4275)
#endif
};
#ifdef wxNEEDS_WXSTRING_PRINTF_MIXIN
- #pragma warning (default:4275)
+ #pragma warning (pop)
#endif
// string iterator operators that satisfy STL Random Access Iterator
// "non dll-interface class 'std::basic_string<wxChar32>' used as base
// interface for dll-interface class 'wxString'" -- this is OK in our case
// (and warning is unavoidable anyhow)
+ #pragma warning(push)
#pragma warning(disable:4275)
#endif
};
#ifdef __VISUALC__
- #pragma warning(default:4275)
+ #pragma warning(pop)
#endif
inline wxUString operator+(const wxUString &s1, const wxUString &s2)