Kaydet (Commit) faca71ef authored tarafından Wei Ming Khoo's avatar Wei Ming Khoo Kaydeden (comit) Michael Meeks

stlport stl/_locale.h new operator unrecognized

üst c450d964
--- misc/STLport-4.5/stlport/stl/_locale.h 2001-07-06 05:16:18.000000000 +0100
+++ misc/build/STLport-4.5/stlport/stl/_locale.h 2012-02-18 18:17:18.338109337 +0000
@@ -120,7 +120,7 @@
locale(const locale& __loc, _Facet* __f) : _M_impl(0)
{
// _M_impl = this->_S_copy_impl(__loc._M_impl, __f != 0);
- new(this) locale(__loc._M_impl, __f != 0);
+ new locale(__loc._M_impl, __f != 0);
if (__f != 0)
this->_M_insert(__f, _Facet::id);
}
......@@ -49,7 +49,8 @@ all:
PATCH_FILES=\
STLport-4.5.patch \
STLport-4.5-gcc43_warnings.patch \
STLport-4.5-cxx0x.patch
STLport-4.5-cxx0x.patch \
STLport-4.5-clang_locale_h.patch
.ELIF "$(GUI)"=="WNT"
TARFILE_NAME=STLport-4.5-0119
TARFILE_MD5=7376930b0d3f3d77a685d94c4a3acda8
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment