diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2020-10-28 11:44:41 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-27 20:44:41 -0700 |
| commit | c34c4189ebbf0795e1f8e2de562c527a854c8db4 (patch) | |
| tree | ab47b097ec857cf97d9a74f740ab446b09c284dd /ports/folly/fix-addbit.patch | |
| parent | e765d96d6f6ee0c448869618db626254f5345624 (diff) | |
| download | vcpkg-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.patch | 15 |
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 |
