patch-kccommon_h 457 B

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