Collect information for future work

This commit is contained in:
2024-02-06 22:21:44 -05:00
parent b20e6133a4
commit 507615df97
6 changed files with 46 additions and 39 deletions

View File

@@ -76,6 +76,9 @@ namespace JabyEngine {
constexpr T* operator->() {
return &this->element;
}
// TODO: Remove this magic number?
//static_assert((sizeof(T) >> 2) <= 16);
};
namespace internal {