Author: faridz
Date: Sun Aug 12 08:12:35 2007
New Revision: 565079
URL: http://svn.apache.org/viewvc?view=rev&rev=565079
Log:
2007-08-12 Farid Zaripov <[EMAIL PROTECTED]>
* 21.cwchar.cpp: Define long long overloads of get_type_name()
(fixes compilation problem on MSVC-x64).
Modified:
incubator/stdcxx/trunk/tests/strings/21.cwchar.cpp
Modified: incubator/stdcxx/trunk/tests/strings/21.cwchar.cpp
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/tests/strings/21.cwchar.cpp?view=diff&rev=565079&r1=565078&r2=565079
==============================================================================
--- incubator/stdcxx/trunk/tests/strings/21.cwchar.cpp (original)
+++ incubator/stdcxx/trunk/tests/strings/21.cwchar.cpp Sun Aug 12 08:12:35 2007
@@ -822,6 +822,11 @@
GET_TYPE_NAME (unsigned long);
GET_TYPE_NAME (double);
+#ifndef _RWSTD_NO_LONG_LONG
+GET_TYPE_NAME (_RWSTD_LONG_LONG);
+GET_TYPE_NAME (unsigned _RWSTD_LONG_LONG);
+#endif
+
#ifndef _RWSTD_NO_NATIVE_WCHAR_T
GET_TYPE_NAME (wchar_t);
#endif