]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/parmetis/fix-metis-vs14-math.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / parmetis / fix-metis-vs14-math.patch
CommitLineData
1e59de90
TL
1--- a/metis/libmetis/metislib.h Sat Mar 30 17:24:45 2013
2+++ b/metis/libmetis/metislib.h Wed Dec 21 18:30:59 2016
3@@ -31,7 +31,7 @@
4 #include <proto.h>
5
6
7-#if defined(COMPILER_MSC)
8+#if defined(COMPILER_MSC) && (_MSC_VER < 1900)
9 #if defined(rint)
10 #undef rint
11 #endif