Skip to content

Commit

Permalink
FIX: Boost 1.56-1.57 uuid SIMD bug workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
barche committed Feb 6, 2015
1 parent 27ecc66 commit 34066a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k3dsdk/uuid.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 34066a4

Please sign in to comment.