mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fixed sized array const-lookup dependency issue
This commit is contained in:
parent
1e3d0308bf
commit
8a32ce5a69
6 changed files with 18 additions and 4 deletions
|
@ -115,6 +115,7 @@ public:
|
|||
DependencyFlag_NameReference = 0x1000000,
|
||||
DependencyFlag_VirtualCall = 0x2000000,
|
||||
DependencyFlag_WeakReference = 0x4000000, // Keeps alive but won't rebuild
|
||||
DependencyFlag_ValueTypeSizeDep = 0x8000000, // IE: int32[DepType.cVal]
|
||||
|
||||
DependencyFlag_DependentUsageMask = ~(DependencyFlag_UnspecializedType | DependencyFlag_MethodGenericArg | DependencyFlag_GenericArgRef)
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue