Compilation fix, templates are broken on 64-bit VC++ 8.0 beta 2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -42,7 +42,7 @@ using std::auto_ptr;
|
||||
(__GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95))
|
||||
# define WXARC_MEMBER_TEMPLATES
|
||||
#endif
|
||||
#if defined _MSC_VER && _MSC_VER >= 1310
|
||||
#if defined _MSC_VER && _MSC_VER >= 1310 && !defined __WIN64__
|
||||
# define WXARC_MEMBER_TEMPLATES
|
||||
#endif
|
||||
#if defined __BORLANDC__ && __BORLANDC__ >= 0x530
|
||||
|
Reference in New Issue
Block a user