Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / x11 / kdelibs4 / patches / patch-kjs_wtf_HashTable.h
blob37dd873e3819c63b763b7513ecf96c9f9862719c
1 $NetBSD$
3 --- kjs/wtf/HashTable.h.orig 2013-05-03 23:46:27.000000000 +0000
4 +++ kjs/wtf/HashTable.h
5 @@ -245,7 +245,7 @@ namespace WTF {
7 using std::swap;
9 -#if !COMPILER(MSVC)
10 +#if !COMPILER(MSVC) && !defined(_LIBCPP_VERSION)
11 // Visual C++ has a swap for pairs defined.
13 // swap pairs by component, in case of pair members that specialize swap