Trying to fix other passes

This commit is contained in:
2023-11-11 13:56:12 +01:00
parent 91555fcec3
commit 4c05886d38
24 changed files with 5792 additions and 93 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ concept has_dependencies = requires(Comp) { Comp::dependencies; };
x& get##x() { return *tl_##x; } \
const x& get##x() const { return *tl_##x; }; \
public: \
constexpr static Dependencies<x> dependencies;
constexpr static Dependencies<x> dependencies = {};
#define DECLARE_COMPONENT(x) \
thread_local extern x* tl_##x; \