Blob Blame History Raw
From 9f8be299973cda77b75c78a6d49ba37dc7f44382 Mon Sep 17 00:00:00 2001
From: Bart Janssens <bart@bartjanssens.org>
Date: Fri, 6 Feb 2015 16:52:54 +0100
Subject: [PATCH 6/6] FIX: Boost 1.56-1.57 uuid SIMD bug workaround

---
 k3dsdk/uuid.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/k3dsdk/uuid.h b/k3dsdk/uuid.h
index 5ac0fb0..e85caec 100644
--- a/k3dsdk/uuid.h
+++ b/k3dsdk/uuid.h
@@ -25,6 +25,7 @@
 */
 
 #include <k3dsdk/types.h>
+#define BOOST_UUID_NO_SIMD // This can be removed again once the Boost 1.56 - 1.57 regression in the SSE2 implementation of operator< is fixed.
 #include <boost/uuid/uuid.hpp>
 #include <iosfwd>
 
-- 
2.1.0