fix(templates): fix FSingleton not working correctly with EBO on MSVC
make CAnyCustomStorage satisfy the concept of FSingleton
This commit is contained in:
@ -149,7 +149,7 @@ private:
|
||||
};
|
||||
|
||||
template <typename CallableType>
|
||||
struct alignas(16) FFunctionStorage
|
||||
struct alignas(16) FFunctionStorage : FSingleton
|
||||
{
|
||||
//~ Begin CAnyCustomStorage Interface
|
||||
inline static constexpr size_t InlineSize = 64 - sizeof(uintptr) - sizeof(CallableType);
|
||||
|
Reference in New Issue
Block a user