diff options
| author | levlam <levlam@telegram.org> | 2022-02-18 23:25:23 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2022-02-18 23:25:23 +0300 |
| commit | 94289c0c9ec12829e973ecad2cfe37d0e4133db6 (patch) | |
| tree | 389e3838b09cb527b5aa66fe2ab143305a51b722 /benchmark/hashmap_build.cpp | |
| parent | ae3854d97c7e983e9560f19ca144b5a89ca5348e (diff) | |
Fix SCOPE_EXIT redefinition.
Diffstat (limited to 'benchmark/hashmap_build.cpp')
| -rw-r--r-- | benchmark/hashmap_build.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/benchmark/hashmap_build.cpp b/benchmark/hashmap_build.cpp index 479761728..7d63acb71 100644 --- a/benchmark/hashmap_build.cpp +++ b/benchmark/hashmap_build.cpp @@ -6,6 +6,10 @@ // #include "td/utils/FlatHashMap.h" +#ifdef SCOPE_EXIT +#undef SCOPE_EXIT +#endif + #include <absl/container/flat_hash_map.h> #include <array> #include <folly/container/F14Map.h> |
