aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/libcxxmsvc/.yandex_meta/patches/34-list.patch
blob: a743e7798322906345f0f6bbad7ee92abe225131 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/list b/include/list
index ac2e466..b1f6c57 100644
--- a/include/list
+++ b/include/list
@@ -1968,7 +1968,7 @@ list<_Tp, _Alloc>::splice(const_iterator __p, list& __c)
                     __cn1->__add(*__ip);
                     (*__ip)->__c_ = __cn1;
                     if (--__cn2->end_ != __ip)
-                        _VSTD::memmove(__ip, __ip+1, (__cn2->end_ - __ip)*sizeof(__i_node*));
+                        memmove(__ip, __ip+1, (__cn2->end_ - __ip)*sizeof(__i_node*));
                 }
             }
             __db->unlock();