]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/metis/fix-metis-vs14-math.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / metis / fix-metis-vs14-math.patch
1 --- a/libmetis/metislib.h Sat Mar 30 17:24:45 2013
2 +++ b/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