sthen 5af47e06ec extend the existing ifdef that decides whether or not to use tr1 path/namespace
so that this has a chance with clang/libc++ arch

remove unneeded quotes from BROKEN lines in Makefile that make my eyes bleed
with syntax highlighting
2017-04-16 20:27:48 +00:00

13 lines
457 B
Plaintext

$OpenBSD: patch-kccommon_h,v 1.1 2017/04/16 20:27:48 sthen Exp $
--- kccommon.h.orig Sun Apr 16 21:20:37 2017
+++ kccommon.h Sun Apr 16 21:20:22 2017
@@ -82,7 +82,7 @@ using ::modfl;
using ::snprintf;
}
-#if __cplusplus > 199711L || defined(__GXX_EXPERIMENTAL_CXX0X__) || defined(_MSC_VER)
+#if __cplusplus > 199711L || defined(__GXX_EXPERIMENTAL_CXX0X__) || defined(_MSC_VER) || defined(__clang__)
#include <unordered_map>
#include <unordered_set>