aboutsummaryrefslogtreecommitdiff
path: root/ports/folly/fix-histogram.diff
diff options
context:
space:
mode:
authorArkady Shapkin <arkady.shapkin@gmail.com>2017-11-28 21:52:17 +0300
committerArkady Shapkin <arkady.shapkin@gmail.com>2017-11-28 21:53:05 +0300
commit0a5a906af0e8dddbf6fb32f4d28730488f1f5358 (patch)
treedf7db34e9c23ee612cf7ccfa20c129029b7e18bc /ports/folly/fix-histogram.diff
parent8ba327914306a1545c039c0c1b55b962adeeebfb (diff)
downloadvcpkg-0a5a906af0e8dddbf6fb32f4d28730488f1f5358.tar.gz
vcpkg-0a5a906af0e8dddbf6fb32f4d28730488f1f5358.zip
[folly] Update to version 2017.11.27.00
Diffstat (limited to 'ports/folly/fix-histogram.diff')
-rw-r--r--ports/folly/fix-histogram.diff11
1 files changed, 0 insertions, 11 deletions
diff --git a/ports/folly/fix-histogram.diff b/ports/folly/fix-histogram.diff
deleted file mode 100644
index ca92a891e..000000000
--- a/ports/folly/fix-histogram.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/folly/stats/Histogram.h
-+++ b/folly/stats/Histogram.h
-@@ -485,7 +485,7 @@
- // with /permissive- (the default for the CMake build), so we directly include
- // the -defs as if it were -inl, and don't provide the explicit instantiations.
- // https://developercommunity.visualstudio.com/content/problem/81223/incorrect-error-c5037-with-permissive.html
--#if defined(_MSC_VER) && _MSC_FULL_VER >= 191125506 && _MSC_FULL_VER < 191125542
-+#if defined(_MSC_VER) && _MSC_FULL_VER >= 191125506 && _MSC_FULL_VER <= 191125547
- #define FOLLY_MSVC_USE_WORKAROUND_FOR_C5037 1
- #else
- #define FOLLY_MSVC_USE_WORKAROUND_FOR_C5037 0