summaryrefslogtreecommitdiff
path: root/cad/meshlab/files/patch-vcglib-vcg-math_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'cad/meshlab/files/patch-vcglib-vcg-math_base.h')
-rw-r--r--cad/meshlab/files/patch-vcglib-vcg-math_base.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/cad/meshlab/files/patch-vcglib-vcg-math_base.h b/cad/meshlab/files/patch-vcglib-vcg-math_base.h
deleted file mode 100644
index 1a7a65d64d6f..000000000000
--- a/cad/meshlab/files/patch-vcglib-vcg-math_base.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- ../../vcglib/vcg/math/base.h.orig 2012-04-05 11:04:15.000000000 +0200
-+++ ../../vcglib/vcg/math/base.h 2013-10-31 11:09:34.000000000 +0100
-@@ -94,7 +94,9 @@
- /// static_assert: implemented as a macro for "assert", but it is separated for clarity.
- /// Should be used for checking integrity constraints that can be tested at complile time,
- /// as the ones involving templated constants in templated classes.
-+#if 0
- #define static_assert assert
-+#endif
-
- #ifdef __BORLANDC__
- float sqrtf (float v) {return sqrt(v);}