Experimental clangd support for PoolBox

This commit is contained in:
2025-08-12 22:15:08 +02:00
parent 18ebf33e2c
commit 9a5918f3f7
3 changed files with 4 additions and 3 deletions

View File

@@ -224,7 +224,7 @@ namespace JabyEngine {
return Size::create(static_cast<T>(size.width), static_cast<T>(size.height));
}
auto operator<=>(const Size<T>&) const = default;
bool operator<=>(const Size<T>&) const = default;
};
using SizeI8 = Size<int8_t>;
using SizeU8 = Size<uint8_t>;