summaryrefslogtreecommitdiff
path: root/stlport/STLport-4.5-clang_locale_h.patch
blob: 8cbfbfc234aa46f52eca65eeeae12b48fc79a44f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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);
     }