Collect information for future work
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user