Fix type noticed by Peter Mazinger.
This commit is contained in:
parent
ce1dd7b540
commit
e722c5e1b3
@ -3220,7 +3220,7 @@ diff -urN gcc-3.4.1-dist/libstdc++-v3/include/c_compatibility/wchar.h gcc-3.4.1/
|
||||
using std::wmemcpy;
|
||||
using std::wmemmove;
|
||||
using std::wmemset;
|
||||
+#if __GLIBCXX_HAVE_WCSFTIME
|
||||
+#if _GLIBCXX_HAVE_WCSFTIME
|
||||
using std::wcsftime;
|
||||
+#endif
|
||||
|
||||
|
@ -3225,7 +3225,7 @@ diff -urN gcc-3.4.2-dist/libstdc++-v3/include/c_compatibility/wchar.h gcc-3.4.2/
|
||||
using std::wmemcpy;
|
||||
using std::wmemmove;
|
||||
using std::wmemset;
|
||||
+#if __GLIBCXX_HAVE_WCSFTIME
|
||||
+#if _GLIBCXX_HAVE_WCSFTIME
|
||||
using std::wcsftime;
|
||||
+#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user