From: Michael Wetherell Date: Sat, 15 Oct 2005 19:00:12 +0000 (+0000) Subject: Compilation fix, templates are broken on 64-bit VC++ 8.0 beta 2 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a901c3fde9f632976d9d35bed72b4aebecec5975 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 --- diff --git a/tests/archive/archivetest.cpp b/tests/archive/archivetest.cpp index 1e09053104..4178574e86 100644 --- a/tests/archive/archivetest.cpp +++ b/tests/archive/archivetest.cpp @@ -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