aboutsummaryrefslogtreecommitdiff
path: root/ports/folly/fix-addbit.patch
diff options
context:
space:
mode:
authorPhoebe <20694052+PhoebeHui@users.noreply.github.com>2020-10-28 11:44:41 +0800
committerGitHub <noreply@github.com>2020-10-27 20:44:41 -0700
commitc34c4189ebbf0795e1f8e2de562c527a854c8db4 (patch)
treeab47b097ec857cf97d9a74f740ab446b09c284dd /ports/folly/fix-addbit.patch
parente765d96d6f6ee0c448869618db626254f5345624 (diff)
downloadvcpkg-c34c4189ebbf0795e1f8e2de562c527a854c8db4.tar.gz
vcpkg-c34c4189ebbf0795e1f8e2de562c527a854c8db4.zip
[folly/fizz/wangle/proxygen/fbthrift] Update to latest revision (#13701)
Diffstat (limited to 'ports/folly/fix-addbit.patch')
-rw-r--r--ports/folly/fix-addbit.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/ports/folly/fix-addbit.patch b/ports/folly/fix-addbit.patch
deleted file mode 100644
index 6ac47aa06..000000000
--- a/ports/folly/fix-addbit.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/folly/lang/Bits.h b/folly/lang/Bits.h
-index f0beb5b..f86a1a3 100644
---- a/folly/lang/Bits.h
-+++ b/folly/lang/Bits.h
-@@ -64,6 +64,10 @@
- #include <folly/lang/Assume.h>
- #include <folly/portability/Builtins.h>
-
-+#if __has_include(<bit>)
-+#include <bit>
-+#endif
-+
- namespace folly {
-
- #if __cpp_lib_bit_cast