me when sed goes wrong

This commit is contained in:
lizzie
2026-08-30 08:27:22 +00:00
parent 9d5861e830
commit e114e9e083
86 changed files with 151 additions and 151 deletions
+2 -2
View File
@@ -149,8 +149,8 @@ private:
mutable std::mutex lookup_mutex;
std::mutex invalidation_mutex;
boost::container::unordered_flat_map<u64, std::unique_ptr<Entry>> lookup_cache;
boost::container::unordered_flat_map<u64, std::vector<Entry*>> invalidation_cache;
boost::unordered::unordered_flat_map<u64, std::unique_ptr<Entry>> lookup_cache;
boost::unordered::unordered_flat_map<u64, std::vector<Entry*>> invalidation_cache;
std::vector<std::unique_ptr<ShaderInfo>> storage;
std::vector<Entry*> marked_for_removal;
};