fix shapeless compile on ubuntu24 (#1775)

This commit is contained in:
Awni Hannun
2025-01-18 06:04:36 -08:00
committed by GitHub
parent a4667da1eb
commit a8666a757a
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ struct InTracing {
}
private:
static std::vector<bool> trace_stack;
static std::vector<char> trace_stack;
};
struct RetainGraph {