Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2019-08-01 17:03:52 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-08-01 17:03:52 +0300
commit7d25d8c677cc0edbba469e2a54658ed9468efa60 (patch)
tree9597677d64fa92fa534c62eab627699f044d4f8c /src/libnest2d
parentec9117cc06e5b268d5c5b1170312c922fe3e892b (diff)
Can build with (original llvm) clang-cl on windows
Diffstat (limited to 'src/libnest2d')
-rw-r--r--src/libnest2d/tests/test.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libnest2d/tests/test.cpp b/src/libnest2d/tests/test.cpp
index 29577344d..4a6691415 100644
--- a/src/libnest2d/tests/test.cpp
+++ b/src/libnest2d/tests/test.cpp
@@ -7,6 +7,10 @@
#include "../tools/svgtools.hpp"
#include <libnest2d/utils/rotcalipers.hpp>
+#if defined(_MSC_VER) && defined(__clang__)
+#define BOOST_NO_CXX17_HDR_STRING_VIEW
+#endif
+
#include "boost/multiprecision/integer.hpp"
#include "boost/rational.hpp"