Fix build for llvm 18

This commit is contained in:
2024-06-11 11:38:55 -07:00
parent e2e92f4ef5
commit 2eb461b8ea
2 changed files with 59 additions and 8 deletions
-4
View File
@@ -2944,10 +2944,6 @@ Iterator firstGeq(Node *n, std::string_view key) {
} // namespace
namespace std {
void __throw_length_error(const char *) { __builtin_unreachable(); }
} // namespace std
#if SHOW_MEMORY
int64_t nodeBytes = 0;