improvements to wxWeakRef and related classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -444,6 +444,21 @@ typedef short int WXTYPE;
|
||||
#endif
|
||||
#endif /* HAVE_WOSTREAM */
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// other C++ features
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#ifndef HAVE_PARTIAL_SPECIALIZATION
|
||||
// be optimistic by default
|
||||
#define HAVE_PARTIAL_SPECIALIZATION
|
||||
#endif
|
||||
|
||||
#ifdef __VISUALC__
|
||||
#if __VISUALC__ < 1310
|
||||
#undef HAVE_PARTIAL_SPECIALIZATION
|
||||
#endif
|
||||
#endif // __VISUALC__
|
||||
|
||||
/* ---------------------------------------------------------------------------- */
|
||||
/* portable calling conventions macros */
|
||||
/* ---------------------------------------------------------------------------- */
|
||||
|
Reference in New Issue
Block a user