This commit is contained in:
bubnikv 2017-09-11 09:58:41 +02:00
parent 836dd98113
commit fd3b474a63

View File

@ -50,7 +50,7 @@
#include <cassert>
#include "Point.hpp"
#ifndef _MSC_VER
#if ! defined(_MSC_VER) && defined(__SIZEOF_INT128__)
#define HAS_INTRINSIC_128_TYPE
#endif